This commit is contained in:
Jeremy Zhang
2018-10-26 19:08:51 +00:00
parent b8735d4082
commit b897dad023
3 changed files with 6 additions and 5 deletions

View File

@ -84,7 +84,7 @@ class Gateway(Namespace):
status = update_user_status(guild_id, session["username"], key)
if status["revoked"] or status["banned"]:
emit("revoke")
time.sleep(1000)
#time.sleep(1000)
disconnect()
else:
emit("ack")