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

Fix: wrong attribute name in tactical class

This commit is contained in:
LmeSzinc
2020-07-18 23:44:04 +08:00
parent e423fa08eb
commit cf02f60773

View File

@@ -193,7 +193,7 @@ class RewardTacticalClass(UI):
book = books.choose(tier_max=self.config.TACTICAL_BOOK_TIER_MAX, book = books.choose(tier_max=self.config.TACTICAL_BOOK_TIER_MAX,
tier_min=self.config.TACTICAL_BOOK_TIER_MIN, tier_min=self.config.TACTICAL_BOOK_TIER_MIN,
exp=self.config.TACTICAL_EXP_FIRST_NIGHT) exp=self.config.TACTICAL_EXP_FIRST)
self.device.click(book.button) self.device.click(book.button)
self.device.sleep((0.3, 0.5)) self.device.sleep((0.3, 0.5))