remotes/1693045480750635534/spooky-22
Aevann1 2022-04-18 20:38:26 +02:00
parent 1e49e260cc
commit cf886f13d1
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ def downvoting(v, username):
@app.post("/@<username>/suicide")
@limiter.limit("5/day")
@limiter.limit("1/second;5/day")
@auth_required
def suicide(v, username):
user = get_user(username)