fd
This commit is contained in:
parent
9b48d41b69
commit
67cfee6282
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ def nig():
|
||||||
sex2 = g.db.query(User).all()
|
sex2 = g.db.query(User).all()
|
||||||
sex2 = [c for c in sex2 if c.id == 1]
|
sex2 = [c for c in sex2 if c.id == 1]
|
||||||
print(time.time() - first2)
|
print(time.time() - first2)
|
||||||
|
return "fug"
|
||||||
|
|
||||||
@app.post("/@<username>/revert_actions")
|
@app.post("/@<username>/revert_actions")
|
||||||
@admin_level_required(6)
|
@admin_level_required(6)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue