mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 13:25:26 +08:00
Fix: func call typo; condition checking not valid
This commit is contained in:
@@ -158,7 +158,7 @@ class RewardGacha(GachaUI, GeneralShop, Retirement):
|
|||||||
exit(1)
|
exit(1)
|
||||||
elif target_pool == 'event':
|
elif target_pool == 'event':
|
||||||
gacha_bottom_navbar = self._gacha_bottom_navbar(is_build=True)
|
gacha_bottom_navbar = self._gacha_bottom_navbar(is_build=True)
|
||||||
if gacha_bottom_navbar.get_total == 3:
|
if gacha_bottom_navbar.get_total(main=self) == 3:
|
||||||
logger.warning('\'event\' is not available, default '
|
logger.warning('\'event\' is not available, default '
|
||||||
'to \'light\' pool')
|
'to \'light\' pool')
|
||||||
target_pool = 'light'
|
target_pool = 'light'
|
||||||
|
|||||||
Reference in New Issue
Block a user