"-ness" typo, remove global func shadow of id and print (pprint replace)

This commit is contained in:
Xevion
2020-03-08 22:12:52 -05:00
parent 56a6b09cb9
commit 3c8d99245b
3 changed files with 5 additions and 5 deletions

View File

@@ -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))