From 3459bb7d437c6f87268591e12a2b6015e376c9fe Mon Sep 17 00:00:00 2001 From: MoonTestUse1 Date: Sun, 5 Jan 2025 05:10:12 +0600 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=B4=D0=BE=20=D1=8D=D1=82=D0=BE=D0=B3=D0=BE,?= =?UTF-8?q?=20=D0=B1=D1=8B=D0=BB=D0=BE=20=D0=BD=D0=BE=D1=80=D0=BC=D0=B0?= =?UTF-8?q?=D0=BB=D1=8C=D0=BD=D1=8B=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/run.py b/backend/run.py index 46619e4..3d38d39 100644 --- a/backend/run.py +++ b/backend/run.py @@ -34,5 +34,5 @@ async def main(): logger.error(f"Application crashed: {e}", exc_info=True) if __name__ == "__main__": - # Запускаем в основном потоы + # Запускаем в основном потоыы asyncio.run(main()) \ No newline at end of file