error exceptions and columns of time

This commit is contained in:
2025-09-28 18:09:08 +03:00
parent e18e16bde2
commit 7d2e290fb6
3 changed files with 23 additions and 21 deletions

2
run.py
View File

@@ -1,5 +1,5 @@
import uvicorn
from server.backend import endpoints # импортируем FastAPI экземпляр из файла app.py
from server.backend import endpoints# импортируем FastAPI экземпляр из файла app.py
import asyncio
from server.database import db
if __name__ == "__main__":