This commit is contained in:
Aevann1 2021-10-03 21:18:02 +02:00
parent dc0ede19a5
commit 93110a0eb7
7 changed files with 2 additions and 40 deletions

View file

@ -84,9 +84,6 @@ def check_ban_evade(v):
g.db.add(ma)
except: pass
try: abort(403)
except Exception as e: print(e)
else:
v.ban_evade +=1
g.db.add(v)