1
0
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:
nEEtdo0d 2020-11-12 11:31:12 -05:00
parent 04fee79311
commit 70b0042c3c

View File

@ -16,4 +16,4 @@ class CampaignWarArchives(CampaignRun, CampaignBase):
return True
# Else, check other stop conditions
super().triggered_stop_condition()
return super().triggered_stop_condition()