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