bb
This commit is contained in:
parent
ab47f4af3a
commit
679e1dd1ba
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue