remotes/1693045480750635534/spooky-22
Aevann1 2022-03-29 21:34:35 +02:00
parent 7aa85f8326
commit 47ddcd97bb
1 changed files with 1 additions and 1 deletions

View File

@ -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)