1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +08:00

Opt: Less warning in data key receive

- Continue receiving if in 29/30
- Delete record_executed_since and record_save in RewardDataKey class, because it's for dailies
This commit is contained in:
LmeSzinc
2020-11-05 15:53:26 +08:00
parent 1ea8e8347e
commit 1ebcbec607
2 changed files with 24 additions and 18 deletions

View File

@@ -224,7 +224,7 @@ class Reward(RewardCommission, RewardTacticalClass, RewardResearch, RewardDorm,
def daily_wrapper_run(self):
count = 0
total = 6
total = 5
if self.config.ENABLE_EXERCISE:
from module.exercise.exercise import Exercise