mirror of
https://github.com/Xevion/v1.xevion.dev.git
synced 2025-12-06 19:16:53 -06:00
"-ness" typo, remove global func shadow of id and print (pprint replace)
This commit is contained in:
@@ -117,5 +117,5 @@ class Post(db.Model):
|
||||
|
||||
|
||||
@login.user_loader
|
||||
def load_user(id):
|
||||
return User.query.get(int(id))
|
||||
def load_user(userID):
|
||||
return User.query.get(int(userID))
|
||||
|
||||
Reference in New Issue
Block a user