mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-09 19:44:32 +01:00
Revert change of scripts/check_auth.py
This commit is contained in:
parent
c34ffd2736
commit
51b2448e05
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ def check_auth(auth, auth_chain, events):
|
||||||
print "Failed:", e.event_id, e.type, e.state_key
|
print "Failed:", e.event_id, e.type, e.state_key
|
||||||
print "Auth_events:", auth_events
|
print "Auth_events:", auth_events
|
||||||
print ex
|
print ex
|
||||||
# print json.dumps(e.get_dict(), sort_keys=True, indent=4)
|
print json.dumps(e.get_dict(), sort_keys=True, indent=4)
|
||||||
# raise
|
# raise
|
||||||
print "Success:", e.event_id, e.type, e.state_key
|
print "Success:", e.event_id, e.type, e.state_key
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue