1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 01:07:22 +08:00
This commit is contained in:
2025-08-02 06:15:27 +08:00
14 changed files with 638 additions and 999 deletions

View File

@@ -157,7 +157,7 @@ class RewardCommission(UI, InfoHandler):
# Add shortest
no_shortest = run.delete(SelectedGrids(['shortest']))
if no_shortest.count + running_count < self.max_commission:
if no_shortest.count < run.count:
if daily.count:
logger.info('Not enough commissions to run, add shortest daily commissions')
COMMISSION_FILTER.load(SHORTEST_FILTER)
shortest = COMMISSION_FILTER.apply(daily[::-1], func=self._commission_check)