forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-24 17:42:19 +02:00
parent ad1d3c46b5
commit 8d730298d9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ month = datetime.now().strftime('%B')
@app.post("/@<username>/make_admin")
@limiter.limit("1/day")
@limiter.limit("1/second;5/day")
@admin_level_required(3)
def make_admin(v, username):
user = get_user(username)