better error message

pull/54/head
Aevann1 2022-12-07 10:28:01 +02:00
parent d781c853f8
commit ab51e97e09
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ def process_image(filename:str, v, resize=0, trim=False, uploader_id:Optional[in
except subprocess.TimeoutExpired:
if has_request:
abort(413, ("An uploaded image took too long to convert to WEBP. "
"Consider uploading elsewhere."))
"Consider converting it to WEBP elsewhere then uploading it."))
return None
if resize: