sfd
This commit is contained in:
parent
904ce916f7
commit
472bcfdd29
15 changed files with 41 additions and 39 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue