award printing change in WPD

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-16 10:41:30 +02:00
parent fb3b6c4d66
commit 9f231e096f
1 changed files with 2 additions and 0 deletions

View File

@ -420,6 +420,8 @@ def admin_userawards_post(v):
if SITE == 'pcmemes.net' and v.admin_level < 3: abort(403)
if SITE == 'watchpeopledie.co' and v.id not in (AEVANN_ID, CARP_ID, SNAKES_ID): abort(403)
try: u = request.values.get("username").strip()
except: abort(404)