diff --git a/module/retire/dock.py b/module/retire/dock.py index 734e21270..c6d4305ab 100644 --- a/module/retire/dock.py +++ b/module/retire/dock.py @@ -171,10 +171,13 @@ class Dock(Equipment): if self.appear(DOCK_CHECK, interval=2): self.device.click(button) + continue + if self.handle_popup_confirm('DOCK_SELECT'): + continue if ocr_check_timer.reached(): - ocr_check_timer.reset() current, _, _ = OCR_DOCK_SELECTED.ocr(self.device.image) + ocr_check_timer.reset() if current > 0: break