1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 06:18:21 +08:00

Fix: outdated ash beacon logger

This commit is contained in:
Ray
2021-09-10 23:16:41 +08:00
parent 0cf75fa518
commit afa1b4708b

View File

@@ -92,6 +92,7 @@ class AshCombat(Combat):
# If ash beacon is outdated, game with exit preparation page and return to beacon select page
if self.appear(ASH_START, offset=(30, 30)):
logger.info("Failed to start this ash beacon combat, select another beacon.")
return False
return True