fds
This commit is contained in:
parent
4eab885fe2
commit
41a54c6026
2 changed files with 4 additions and 4 deletions
|
@ -190,7 +190,7 @@ def remove_meme_admin(v, username):
|
|||
def monthly(v):
|
||||
if request.host == 'rdrama.net' and v.id != 1: abort (403)
|
||||
|
||||
thing = g.db.query(AwardRelationship).order_by(AwardRelationship.id.desc()).one_or_none().id
|
||||
thing = g.db.query(AwardRelationship).order_by(AwardRelationship.id.desc()).first().id
|
||||
|
||||
data = {'access_token': GUMROAD_TOKEN}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue