This commit is contained in:
Aevann1 2021-09-13 16:53:48 +02:00
parent 9b48d41b69
commit 67cfee6282

View file

@ -33,6 +33,7 @@ def nig():
sex2 = g.db.query(User).all()
sex2 = [c for c in sex2 if c.id == 1]
print(time.time() - first2)
return "fug"
@app.post("/@<username>/revert_actions")
@admin_level_required(6)