1
0
mirror of https://github.com/civsocit/olgram.git synced 2025-12-15 14:26:16 +00:00
This commit is contained in:
mihalin
2022-01-19 15:48:50 +03:00
parent 173014fda0
commit d0f9042fb6
3 changed files with 1 additions and 7 deletions

View File

@@ -15,9 +15,6 @@ import olgram.commands.info # noqa: F401
from server.server import main as server_main
import logging
logging.basicConfig(level=logging.INFO)
async def init_database():
await Tortoise.init(config=TORTOISE_ORM)