0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-14 00:28:25 +02:00

Print newline after result in federation_client script

This commit is contained in:
Erik Johnston 2016-08-05 16:46:14 +01:00
parent e6021c370e
commit f45be05305

View file

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