Fix --config option not being respected, fixes #172

This commit is contained in:
2024-09-06 10:36:57 -04:00
parent 944b80129b
commit d1048694d4
4 changed files with 7 additions and 6 deletions

View File

@ -6,7 +6,8 @@ import uvicorn
import logging
import asyncio
from core import CoreConfig, AimedbServlette
from core.config import CoreConfig
from core.aimedb import AimedbServlette
async def launch_main(cfg: CoreConfig, ssl: bool) -> None:
if ssl: