forked from rDrama/rDrama
1
0
Fork 0

same as last commit

master
Aevann1 2022-12-18 18:47:11 +02:00
parent 31aa9b09a8
commit 4a334133bc
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ def badge_grant_get(v):
@app.post("/admin/badge_grant")
@feature_required('BADGES')
@limiter.limit("500/day") #temporary
@limiter.limit("700/day") #temporary
@admin_level_required(PERMS['USER_BADGES'])
def badge_grant_post(v):
badges = admin_badges_grantable_list(v)