mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 10:35:46 +03:00
Print newline after result in federation_client script
This commit is contained in:
parent
e6021c370e
commit
f45be05305
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ def main():
|
|||
)
|
||||
|
||||
json.dump(result, sys.stdout)
|
||||
print ""
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
Loading…
Reference in a new issue