mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-04 05:40:46 -05:00
Print status code in federation_client.py
This commit is contained in:
parent
9a2f296fa2
commit
97f072db74
@ -128,6 +128,7 @@ def get_json(origin_name, origin_key, destination, path):
|
||||
headers={"Authorization": authorization_headers[0]},
|
||||
verify=False,
|
||||
)
|
||||
sys.stderr.write("Status Code: %d\n" % (result.status_code,))
|
||||
return result.json()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user