#1947: remove scan from components that cannot be scanned

This commit is contained in:
Czar.Echavez
2023-10-24 10:43:00 +01:00
parent 8b85d5d55b
commit 1e66795aff
4 changed files with 3 additions and 19 deletions

View File

@@ -84,9 +84,6 @@ class Service(IOSoftware):
def scan(self) -> None:
"""Update the service visible states."""
# update parent states
super().scan()
# update the visible operating state
self.health_state_visible = self.health_state_actual