mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 07:28:21 +08:00
Add: ui_goto_event for event 20221124 cn and event 20250724 cn
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user