#2404 change software state from patching to fixing to align with CAOS v0.8

This commit is contained in:
Cristian-VM2
2024-03-26 16:41:11 +00:00
parent b3c1b6b7a5
commit 5860c74ef9
8 changed files with 28 additions and 28 deletions

View File

@@ -305,7 +305,7 @@ class DatabaseService(Service):
return super().apply_timestep(timestep)
def _update_fix_status(self) -> None:
"""Perform a database restore when the patching countdown is finished."""
"""Perform a database restore when the FIXING countdown is finished."""
super()._update_fix_status()
if self._fixing_countdown is None:
self.restore_backup()