From 41566ed1a88166b92df762b8427af9447fb5b62a Mon Sep 17 00:00:00 2001 From: urec56 Date: Fri, 14 Jun 2024 18:02:15 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B5=D1=80=D0=B5=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D0=B0=D0=BB=20=D0=B4=D0=BE=D0=BA=D0=B5=D1=80=D1=84=D0=B0=D0=B9?= =?UTF-8?q?=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/main.py b/app/main.py index 74f531a..431454c 100644 --- a/app/main.py +++ b/app/main.py @@ -29,7 +29,6 @@ async def upload_avatar(file: UploadFile): new_size = (512, 512) image_url = f"static/images/avatars/{name}_avatar.{image.format.lower()}" if image.format.lower() == "gif": - raise frames = [] try: while True: