mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +08:00
Add: Game stuck handler
- Add ensure game running when running alas functions
This commit is contained in:
@@ -8,6 +8,9 @@ from module.exception import *
|
||||
|
||||
class AzurLaneDaemon(FleetPreparation, Combat, MysteryHandler):
|
||||
def daemon(self):
|
||||
self.config.ENABLE_GAME_STUCK_HANDLER = False
|
||||
self.device.config.ENABLE_GAME_STUCK_HANDLER = False
|
||||
|
||||
while 1:
|
||||
self.device.screenshot()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user