From e39e45b6ce3467e16522b72647d9851d98eafdef Mon Sep 17 00:00:00 2001 From: bakatrouble Date: Thu, 30 Mar 2023 20:53:25 +0300 Subject: [PATCH] fix --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 06719b6..5ccd53c 100644 --- a/main.py +++ b/main.py @@ -71,7 +71,7 @@ async def check_updates(): im.save(file, format='JPEG') im.seek(0) await bot.send_photo(int(os.environ['SEND_CHAT']), - file_resized, + file, caption=caption) await redis.sadd('e621:sent', post.id) except exceptions.TelegramAPIError as e: