remotes/1693045480750635534/spooky-22
Aevann1 2021-09-07 17:16:51 +02:00
parent 12f9426e19
commit 94c57915f6
1 changed files with 0 additions and 3 deletions

View File

@ -176,9 +176,6 @@ def admin_level_required(x):
if not v:
abort(401)
if v.is_suspended:
abort(403)
if v.admin_level < x:
abort(403)