This commit is contained in:
Aevann1 2021-09-07 17:16:51 +02:00
parent 017f4d36cc
commit bc2734490c

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)