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