This commit is contained in:
Aevann1 2021-07-22 21:45:11 +02:00
parent 99ba7c80f1
commit eaac2f0be4
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)