Fixed technician config loading
All checks were successful
Deploy dev on push / on-push-deploy_sh-edraft (push) Successful in 4m50s

This commit is contained in:
2023-11-04 15:09:29 +01:00
parent 99d476df86
commit 4f336bed05
4 changed files with 13 additions and 5 deletions

View File

@@ -91,7 +91,7 @@ class TechnicianConfigMutation(QueryABC):
self._update_technician_ids(technician_config)
self._db.save_changes()
self._config_service.reload_technician_config()
self._bot.loop.create_task(self._config_service.reload_technician_config())
return technician_config
def _update_ping_urls(self, new_config: TechnicianConfig):