1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 01:38:21 +08:00

Reverts test code in commit ea68f68d

This commit is contained in:
LmeSzinc
2024-06-28 03:19:37 +08:00
parent 58bfbe011d
commit 12bd302deb
23 changed files with 67 additions and 329 deletions

View File

@@ -7,7 +7,6 @@ from module.map.map_operation import FLEET_PREPARATION, MAP_PREPARATION
class AzurLaneDaemon(DaemonBase, CampaignBase):
def run(self):
self.config.override(Emotion_Mode='ignore')
while 1:
self.device.screenshot()
@@ -62,8 +61,6 @@ class AzurLaneDaemon(DaemonBase, CampaignBase):
# End
# No end condition, stop it manually.
if self.handle_popup_confirm():
continue
return True