1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00
This commit is contained in:
MoonTestUse1
2025-01-05 03:43:59 +06:00
parent 26b09c02d0
commit 62552a1832

View File

@@ -34,5 +34,5 @@ async def main():
logger.error(f"Application crashed: {e}", exc_info=True)
if __name__ == "__main__":
# Запускаем в основном пото
# Запускаем в основном потоы
asyncio.run(main())