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

Opt: Run task Reward more frequently

This commit is contained in:
LmeSzinc
2022-05-28 00:56:29 +08:00
parent 16f699754c
commit a13a0ad68a
5 changed files with 8 additions and 6 deletions

View File

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