mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Fix: Trigger device stuck detection in semi auto
- Add disable_stuck_detection to disable that
This commit is contained in:
@@ -16,7 +16,6 @@ class Config:
|
||||
"""
|
||||
Paste the config of map file here
|
||||
"""
|
||||
ENABLE_GAME_STUCK_HANDLER = False
|
||||
pass
|
||||
|
||||
|
||||
@@ -50,6 +49,7 @@ if __name__ == '__main__':
|
||||
|
||||
cfg = AzurLaneConfig(CONFIG).merge(Config())
|
||||
al = ModuleBase(cfg)
|
||||
al.device.disable_stuck_detection()
|
||||
view = View(cfg)
|
||||
al.device.screenshot()
|
||||
view.load(al.device.image)
|
||||
|
||||
Reference in New Issue
Block a user