remotes/1693045480750635534/spooky-22
Aevann1 2021-09-13 16:53:48 +02:00
parent d6af7eabd1
commit 3e4eaabdc7
1 changed files with 1 additions and 0 deletions

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)