remotes/1693045480750635534/spooky-22
parent
12f9426e19
commit
94c57915f6
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue