1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 22:47:22 +08:00

Fix: avoid sos calls daily_sos again

This commit is contained in:
Ray
2021-09-08 17:29:18 +08:00
parent 55f455ee1a
commit 182a11a779
2 changed files with 5 additions and 1 deletions

View File

@@ -403,7 +403,7 @@ class Reward(RewardCommission, RewardTacticalClass, RewardResearch, RewardDorm,
def reward_backup_daily_reward_settings(self):
"""
Method to avoid event_daily_ab calls reward, and reward calls event_daily_ab itself again.
Method to avoid event_daily_ab and sos calls reward, and reward calls event_daily_ab or daily_sos itself again.
"""
self._daily_reward_setting_backup = self.config.cover(
ENABLE_DAILY_REWARD=False,