From 8f877e6afff2efe37718c5101a026b45914f14cd Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 29 Mar 2022 21:34:35 +0200 Subject: [PATCH] fg --- files/routes/votes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)