From c5ccc5a9d0bf856670459df32d036b5383c2b79c Mon Sep 17 00:00:00 2001 From: Luna Date: Sun, 9 Dec 2018 19:27:39 -0300 Subject: [PATCH] attachments: fix syntax error --- litecord/blueprints/attachments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litecord/blueprints/attachments.py b/litecord/blueprints/attachments.py index 28a1582..8ac7676 100644 --- a/litecord/blueprints/attachments.py +++ b/litecord/blueprints/attachments.py @@ -48,7 +48,7 @@ async def _resize_gif(attach_id: int, resized_path: Path, FORMAT_HARDCODE = { - 'jpg': 'jpeg' + 'jpg': 'jpeg', 'jpe': 'jpeg' }