diff --git a/files/routes/votes.py b/files/routes/votes.py index d48659615..4cec5a046 100644 --- a/files/routes/votes.py +++ b/files/routes/votes.py @@ -19,7 +19,7 @@ def admin_vote_info_get(v): else: abort(400) except: abort(400) - if thing.ghost and v.id != AEVANN_ID: abort(403) + if thing.ghost and v.admin_level < 3: abort(403) if not thing.author: print(thing.id, flush=True)