Fixed technician config loading
All checks were successful
Deploy dev on push / on-push-deploy_sh-edraft (push) Successful in 4m50s
All checks were successful
Deploy dev on push / on-push-deploy_sh-edraft (push) Successful in 4m50s
This commit is contained in:
@@ -19,4 +19,4 @@ class ConfigExtension(ApplicationExtensionABC):
|
||||
logger: LoggerABC = services.get_service(LoggerABC)
|
||||
logger.debug(__name__, "Config extension started")
|
||||
config: ConfigService = services.get_service(ConfigService)
|
||||
config.reload_technician_config()
|
||||
await config.reload_technician_config()
|
||||
|
Reference in New Issue
Block a user