This commit is contained in:
Aevann1 2021-07-24 22:06:29 +02:00
parent 4e29867c61
commit b6bb7a6978
2 changed files with 6 additions and 5 deletions

View file

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