Skip to content

Commit

Permalink
Switch reload updater task
Browse files Browse the repository at this point in the history
  • Loading branch information
mdegat01 authored Oct 30, 2024
1 parent ef325c0 commit 09458f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supervisor/misc/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async def load(self):

# Reload
self.sys_scheduler.register_task(self._reload_store, RUN_RELOAD_ADDONS)
self.sys_scheduler.register_task(self.sys_updater.reload, RUN_RELOAD_UPDATER)
self.sys_scheduler.register_task(self._reload_updater, RUN_RELOAD_UPDATER)
self.sys_scheduler.register_task(self.sys_backups.reload, RUN_RELOAD_BACKUPS)
self.sys_scheduler.register_task(self.sys_host.reload, RUN_RELOAD_HOST)
self.sys_scheduler.register_task(self.sys_ingress.reload, RUN_RELOAD_INGRESS)
Expand Down

0 comments on commit 09458f8

Please sign in to comment.