bugfix
This commit is contained in:
parent
2db2b17a86
commit
9209f5f62e
@ -7,7 +7,6 @@ from aiohttp import web
|
|||||||
from appPublic.folderUtils import ProgramPath
|
from appPublic.folderUtils import ProgramPath
|
||||||
from appPublic.background import Background
|
from appPublic.background import Background
|
||||||
from appPublic.jsonConfig import getConfig
|
from appPublic.jsonConfig import getConfig
|
||||||
from appPublic.i18n import getI18N
|
|
||||||
from appPublic.app_logger import AppLogger
|
from appPublic.app_logger import AppLogger
|
||||||
|
|
||||||
from sqlor.dbpools import DBPools
|
from sqlor.dbpools import DBPools
|
||||||
@ -25,7 +24,6 @@ class ConfiguredServer(AppLogger):
|
|||||||
config = getConfig(workdir,{'workdir':workdir,'ProgramPath':pp})
|
config = getConfig(workdir,{'workdir':workdir,'ProgramPath':pp})
|
||||||
else:
|
else:
|
||||||
config = getConfig()
|
config = getConfig()
|
||||||
i18n = getI18N(path=workdir)
|
|
||||||
if config.databases:
|
if config.databases:
|
||||||
DBPools(config.databases)
|
DBPools(config.databases)
|
||||||
initEnv()
|
initEnv()
|
||||||
|
Loading…
Reference in New Issue
Block a user