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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user