1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 02:48:23 +08:00

fix exception when tactical book is empty (#3880)

This commit is contained in:
steelonion
2024-06-12 12:22:41 +08:00
committed by GitHub
parent 79747e86ab
commit 502a932ae6

View File

@@ -523,7 +523,7 @@ class RewardTacticalClass(Dock):
if book_empty:
logger.warning('Tactical books empty, delay to tomorrow')
self.tactical_finish = get_server_next_update(self.config.Scheduler_ServerUpdate)
logger.info(f'Tactical finish: {[str(f) for f in self.tactical_finish]}')
logger.info(f'Tactical finish: {self.tactical_finish}')
return True
def _tactical_skill_select(self, selected_skill, skip_first_screenshot=True):