This commit is contained in:
Aevann1 2021-09-10 05:11:13 +02:00
parent a224f5847b
commit b3413074b8
3 changed files with 1 additions and 3 deletions

View file

@ -497,7 +497,6 @@ def thumbs(new_post):
image = PILimage.open(BytesIO(x.content))
else:
print(f'Unknown content type {x.headers.get("Content-Type")}')
return False, f'Unknown content type {x.headers.get("Content-Type")} for submitted content'