sneed
This commit is contained in:
parent
99ba7c80f1
commit
eaac2f0be4
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue