Skip to content
Snippets Groups Projects
Commit 51b2448e authored by Erik Johnston's avatar Erik Johnston
Browse files

Revert change of scripts/check_auth.py

parent c34ffd27
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ def check_auth(auth, auth_chain, events):
print "Failed:", e.event_id, e.type, e.state_key
print "Auth_events:", auth_events
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
print "Success:", e.event_id, e.type, e.state_key
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment