1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 20:03:33 +08:00

Refactor: SOS module

- Fix: Expected reduce when no fleet 2
This commit is contained in:
LmeSzinc
2021-09-24 21:30:19 +08:00
parent 36ff135cbd
commit 33d503465f
7 changed files with 193 additions and 45 deletions

View File

@@ -152,7 +152,7 @@ class CampaignRun(UI):
self.run_limit = self.config.StopCondition_RunCount
while 1:
# End
if total and self.run_count == total:
if total and self.run_count >= total:
break
# Log