From 3a1ea7e56c53e1caf9218f4c0839eede8fd7fc93 Mon Sep 17 00:00:00 2001 From: Pavel_Duron Date: Sun, 30 Oct 2022 21:20:49 +1000 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BA=D0=B0=D1=80=D1=82=D0=B8=D0=BD=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 15d172e..1365fa3 100644 --- a/bot.py +++ b/bot.py @@ -23,7 +23,7 @@ async def start_func(message: types.Message): async def send_image(message: types.Message): await bot.send_photo(message.chat.id, photo='http://git.vdk2ch.ru:3000/Pavel_Durov/python_bot/raw/branch/main/ya-pidoras.jpg') - +#хуй if __name__ == '__main__': executor.start_polling(dp, skip_updates=True)