Browse Source

Print newline after result in federation_client script

Erik Johnston 7 years ago
parent
commit
f45be05305
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts-dev/federation_client.py

+ 1 - 0
scripts-dev/federation_client.py

@@ -143,6 +143,7 @@ def main():
     )
 
     json.dump(result, sys.stdout)
+    print ""
 
 if __name__ == "__main__":
     main()