mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-23 04:03:43 +08:00
fix: item fields typo
This commit is contained in:
@@ -75,7 +75,7 @@ class Selector():
|
|||||||
return not (self.is_cl1_enabled and item.name == 'PurpleCoins')
|
return not (self.is_cl1_enabled and item.name == 'PurpleCoins')
|
||||||
|
|
||||||
def check_item_count(self, item) -> bool:
|
def check_item_count(self, item) -> bool:
|
||||||
return item.count >= 1 and item.totoal_count >= 1 and item.count <= item.totoal_count
|
return item.count >= 1 and item.total_count >= 1 and item.count <= item.total_count
|
||||||
|
|
||||||
def items_filter_in_akashi_shop(self, items) -> List[Item]:
|
def items_filter_in_akashi_shop(self, items) -> List[Item]:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user