remotes/1693045480750635534/spooky-22
Aevann1 2021-09-24 01:25:21 +02:00
parent d4fa9a3dcd
commit b881d98d1a
1 changed files with 1 additions and 6 deletions

View File

@ -601,12 +601,7 @@ def thumbnail_thread(pid):
return False, f'Unknown content type {x.headers.get("Content-Type")} for submitted content'
print(f"Have image, uploading")
name = f"posts/{post.base36id}/thumb.png"
tempname = name.replace("/", "_")
with open(tempname, "wb") as file:
with open("image.webp", "wb") as file:
for chunk in image_req.iter_content(1024):
file.write(chunk)