remotes/1693045480750635534/spooky-22
Aevann1 2022-05-22 18:15:40 +02:00
parent 236ce22c52
commit ee9b5f2bcd
1 changed files with 0 additions and 1 deletions

View File

@ -354,7 +354,6 @@ def log(v):
return render_template("log.html", v=v, admins=admins, types=types, admin=admin, type=kind, actions=actions, next_exists=next_exists, page=page)
@app.get("/log/<id>")
@limiter.limit("1/day")
@auth_required
def log_item(id, v):