Add DB version with alimbic and add log system
This commit is contained in:
@ -7,7 +7,6 @@ from logging import config as logging_config
|
||||
__dir = pathlib.Path(__file__).parent
|
||||
__conf: dict[str, str] | None = None
|
||||
|
||||
|
||||
def _load_config(path: pathlib.Path, substitutions: dict[str, str] | None = None) -> dict[str, typing.Any]:
|
||||
with open(path) as file:
|
||||
if substitutions:
|
||||
|
Reference in New Issue
Block a user