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

Fix: Conflicts among branches

- [CN][TW] Fix option name
- Change ButtonGrids.buttons() to ButtonGrids.buttons
This commit is contained in:
LmeSzinc
2021-07-24 17:47:34 +08:00
parent e918a5db97
commit 63de5be652
6 changed files with 22 additions and 27 deletions

View File

@@ -122,7 +122,7 @@ class GuildShop(ShopBase):
# Utilize known fixed location for correct item
if choice in choices:
return shop_select_grid.buttons()[choices.get(choice)]
return shop_select_grid.buttons[choices.get(choice)]
logger.warning(f'shop_get_select --> Missing \'{choice}\' in SELECT_{category.upper()}')
return None