1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-09 18:39:04 +08:00

Add: Set fleet to 0 if don't want do a specific daily

This commit is contained in:
LmeSzinc 2020-08-10 12:09:27 +08:00
parent 9de84f29d7
commit c07406f9e4

View File

@ -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()