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