mirror of https://gitlab.com/litecord/litecord.git
attachments: fix syntax error
This commit is contained in:
parent
348430838e
commit
c5ccc5a9d0
|
|
@ -48,7 +48,7 @@ async def _resize_gif(attach_id: int, resized_path: Path,
|
||||||
|
|
||||||
|
|
||||||
FORMAT_HARDCODE = {
|
FORMAT_HARDCODE = {
|
||||||
'jpg': 'jpeg'
|
'jpg': 'jpeg',
|
||||||
'jpe': 'jpeg'
|
'jpe': 'jpeg'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue