fd
This commit is contained in:
parent
4e29867c61
commit
b6bb7a6978
2 changed files with 6 additions and 5 deletions
|
@ -23,7 +23,7 @@ with open("snappy.txt", "r") as f:
|
|||
snappyquotes = f.read().split("{[para]}")
|
||||
|
||||
@app.route("/resize")
|
||||
def resize()
|
||||
def resize():
|
||||
u = g.db.query(User).filter(User.profileurl != None, User.resized != True).first()
|
||||
print(u.username)
|
||||
print(f"1 {u.profileurl}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue