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

Fix: Override mode in CoalitionSp

This commit is contained in:
LmeSzinc
2024-06-28 01:54:38 +08:00
parent a8f8432842
commit 9bdfdb6447
4 changed files with 13 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ from module.config.config import TaskEnd
class CoalitionSP(Coalition):
def run(self, *args, **kwargs):
try:
super().run(stage='sp', total=1)
super().run(mode='sp', total=1)
except TaskEnd:
# Catch task switch
pass