mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 14:29:26 +08:00
Fix: Handle 2 Infobars covering action_point ocr (#2503)
This commit is contained in:
@@ -150,6 +150,9 @@ class ActionPointHandler(UI, MapEventHandler):
|
||||
skip_first_screenshot = False
|
||||
else:
|
||||
self.device.screenshot()
|
||||
|
||||
if self.info_bar_count() >= 2:
|
||||
continue
|
||||
|
||||
if timeout.reached():
|
||||
logger.warning('Get action points timeout')
|
||||
|
||||
Reference in New Issue
Block a user