remotes/1693045480750635534/spooky-22
Aevann1 2022-01-12 04:21:04 +02:00
parent af32c302ed
commit e34bb3027d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ def privacy(v):
return render_template("privacy.html", v=v)
@app.get("/marseys")
@limited.limit(1/day)
@limiter.limit('1/day')
@admin_level_required(3)
def emojis(v):
if v.username == 'Aevann': gevent.spawn(counter)