mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Add: Set fleet to 0 if don't want do a specific daily
This commit is contained in:
@@ -124,6 +124,11 @@ class Daily(Reward, DailyEquipment):
|
||||
self.daily_check()
|
||||
self.next()
|
||||
continue
|
||||
if not fleets[self.daily_current]:
|
||||
logger.info(f'No fleet set on daily_current: {self.daily_current}, skip')
|
||||
self.daily_check()
|
||||
self.next()
|
||||
continue
|
||||
if not self.is_active():
|
||||
self.daily_check()
|
||||
self.next()
|
||||
|
||||
Reference in New Issue
Block a user