mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-22 05:50:30 +00:00
Print newline after result in federation_client script
This commit is contained in:
@@ -143,6 +143,7 @@ def main():
|
||||
)
|
||||
|
||||
json.dump(result, sys.stdout)
|
||||
print ""
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
Reference in New Issue
Block a user