From 846e65e2ceb706deabbb045733968a7e5fa42a11 Mon Sep 17 00:00:00 2001 From: BarsTiger Date: Mon, 20 Feb 2023 23:31:33 +0200 Subject: [PATCH] Added todo here --- bot/handlers/image_info/image_info.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/handlers/image_info/image_info.py b/bot/handlers/image_info/image_info.py index c4f71a3..e487c28 100644 --- a/bot/handlers/image_info/image_info.py +++ b/bot/handlers/image_info/image_info.py @@ -19,6 +19,7 @@ async def imginfo(message: types.Message): return await message.reply(str(original_r)) + # TODO: Pretty print this except IndexError: await message.reply('❌ Reply with this command on PICTURE', parse_mode='html')