mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-16 04:37:44 +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.daily_check()
|
||||||
self.next()
|
self.next()
|
||||||
continue
|
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():
|
if not self.is_active():
|
||||||
self.daily_check()
|
self.daily_check()
|
||||||
self.next()
|
self.next()
|
||||||
|
|||||||
Reference in New Issue
Block a user