fg
This commit is contained in:
parent
f08492c91d
commit
8f877e6aff
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ def admin_vote_info_get(v):
|
||||||
else: abort(400)
|
else: abort(400)
|
||||||
except: 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:
|
if not thing.author:
|
||||||
print(thing.id, flush=True)
|
print(thing.id, flush=True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue