sneed
This commit is contained in:
parent
7cb3f0f01c
commit
1acfc5c4c8
1 changed files with 17 additions and 16 deletions
|
@ -25,6 +25,7 @@ with open("snappy.txt", "r") as f:
|
|||
@app.route("/resize")
|
||||
def resize():
|
||||
u = g.db.query(User).filter(User.profileurl != None, User.resized != True).first()
|
||||
if u:
|
||||
print(u.username)
|
||||
print(f"1 {u.profileurl}")
|
||||
x = requests.get(u.profileurl)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue