Skip to content

Commit 08dd5ec

Browse files
committedFeb 25, 2025
another
1 parent ca78691 commit 08dd5ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎mig/lib/coresvc/server.py

+1
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ def _on_start(server, *args, **kwargs):
214214

215215
def main(configuration=None):
216216
if not configuration:
217+
from mig.shared.conf import get_configuration_object
217218
# Force no log init since we use separate logger
218219
configuration = get_configuration_object(skip_log=True)
219220

0 commit comments

Comments
 (0)