attachments: fix syntax error

This commit is contained in:
Luna 2018-12-09 19:27:39 -03:00
parent 348430838e
commit c5ccc5a9d0
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ async def _resize_gif(attach_id: int, resized_path: Path,
FORMAT_HARDCODE = {
'jpg': 'jpeg'
'jpg': 'jpeg',
'jpe': 'jpeg'
}