1
0
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:
LmeSzinc
2020-08-01 17:53:00 +08:00
parent 63e8f80c37
commit 14c3966874
7 changed files with 104 additions and 33 deletions

View File

@@ -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()