fd
This commit is contained in:
parent
a224f5847b
commit
b3413074b8
3 changed files with 1 additions and 3 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue