mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Fix: Catch other error caused by info_bar
- Increase EDGE_LINES_HOUGHLINES_THRESHOLD in chapter 3
This commit is contained in:
@@ -113,7 +113,7 @@ class Camera(InfoHandler):
|
||||
|
||||
try:
|
||||
self.grids = Grids(self.device.image, config=self.config)
|
||||
except PerspectiveError as e:
|
||||
except Exception as e:
|
||||
if self.info_bar_count():
|
||||
logger.info('Perspective error cause by info bar. Waiting.')
|
||||
self.handle_info_bar()
|
||||
|
||||
Reference in New Issue
Block a user