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: