mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: Add return for super call
This commit is contained in:
parent
04fee79311
commit
70b0042c3c
@ -16,4 +16,4 @@ class CampaignWarArchives(CampaignRun, CampaignBase):
|
||||
return True
|
||||
|
||||
# Else, check other stop conditions
|
||||
super().triggered_stop_condition()
|
||||
return super().triggered_stop_condition()
|
||||
Loading…
Reference in New Issue
Block a user