remotes/1693045480750635534/spooky-22
Aevann1 2021-07-22 21:45:11 +02:00
parent 7ec680f735
commit 23a7e853a0
2 changed files with 2 additions and 2 deletions

View File

@ -1085,7 +1085,7 @@ def delete_post_pid(pid, v):
for chunk in x.iter_content(1024):
file.write(chunk)
image = upload_from_file("resizing", "resizing", (50, 50))
image = upload_from_file("resizing", "resizing", (100, 100))
u.profileurl = image
u.resized = True
g.db.add(u)

View File

@ -39,7 +39,7 @@ def leaderboard(v):
for chunk in x.iter_content(1024):
file.write(chunk)
image = upload_from_file("resizing", "resizing", (50, 50))
image = upload_from_file("resizing", "resizing", (100, 100))
u.profileurl = image
u.resized = True
g.db.add(u)