1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 23:33:33 +08:00

Fix: Duplicate restart at server reset

This commit is contained in:
LmeSzinc
2022-05-02 16:36:11 +08:00
parent 562365afe6
commit f47e7b046e
2 changed files with 5 additions and 5 deletions

View File

@@ -48,7 +48,7 @@ class OSCampaignRun(OSMapOperation):
self.campaign.os_meowfficer_farming()
except ActionPointLimit:
if get_os_reset_remain() > 0:
self.campaign.config.task_delay(server_update=True)
self.config.task_delay(server_update=True)
self.config.task_call('MetaReward', force_call=False)
else:
logger.info('Just less than 1 day to OpSi reset, delay 2.5 hours')