remotes/1693045480750635534/spooky-22
Aevann1 2022-02-18 10:45:36 +02:00
parent 9b496e4799
commit 4055fa2638
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ def award_post(pid, v):
return redirect(f"{SITE_FULL}/")
@app.get("/award_comment/<cid>")
@app.post("/award_comment/<cid>")
@limiter.limit("1/second;30/minute;200/hour;1000/day")
@is_not_permabanned
def award_comment(cid, v):