This commit is contained in:
Aevann1 2022-01-12 04:21:04 +02:00
parent ab47f4af3a
commit 679e1dd1ba

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)