This commit is contained in:
Aevann1 2022-01-07 23:44:38 +02:00
parent 904ce916f7
commit 472bcfdd29
15 changed files with 41 additions and 39 deletions

View file

@ -205,7 +205,7 @@ def remove_meme_admin(v, username):
@admin_level_required(3)
@validate_formkey
def monthly(v):
if request.host == 'rdrama.net' and v.id != 1: abort (403)
if request.host == 'rdrama.net' and v.id != AEVANN_ID: abort (403)
thing = g.db.query(AwardRelationship).order_by(AwardRelationship.id.desc()).first().id