diff --git a/module/ui/switch.py b/module/ui/switch.py index 95304fe41..6d5ae8d31 100644 --- a/module/ui/switch.py +++ b/module/ui/switch.py @@ -153,9 +153,7 @@ class Switch: if counter >= 1: logger.warning(f'{self.name} switch {state} asset has evaluated to unknown too many times, ' f'asset should be re-verified') - return False counter += 1 - continue # Click if click_timer.reached():