From 3c5395647024ea10e402aec59fedf759e803c926 Mon Sep 17 00:00:00 2001 From: MoonTestUse1 Date: Mon, 6 Jan 2025 02:17:09 +0600 Subject: [PATCH] testtt --- backend/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/run.py b/backend/run.py index 3d38d39..74302ee 100644 --- a/backend/run.py +++ b/backend/run.py @@ -24,7 +24,7 @@ async def run_api(): async def main(): """Run both bot and API in the main thread""" try: - # Создаем задачи для бота и API + # Создаем задачи для бота и AP bot_task = asyncio.create_task(start_bot()) api_task = asyncio.create_task(run_api())