From bc3040c4e470a4aaf2c5a2e65a49d759f0ba20ba Mon Sep 17 00:00:00 2001 From: Alexander Borisov <113920954+Sosiaka@users.noreply.github.com> Date: Mon, 15 Jan 2024 10:28:37 +0000 Subject: [PATCH] typo :) --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index eda250d..6440c3b 100644 --- a/bot.py +++ b/bot.py @@ -629,7 +629,7 @@ async def inl_sd(message: Union[types.Message, types.CallbackQuery]) -> None: await message.message.edit_text( "Запускаем SD\n" + getTxt(), reply_markup=getStart() ) - url = f'http://{host}:port/docs/' + url = f'http://{host}:{port}/docs/' n = 0 while n != 200: time.sleep(2)