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

Upd: Dashboard PurpleCoin

This commit is contained in:
2024-10-31 00:09:40 +08:00
parent 5f46f83c41
commit 5830e191b2
2 changed files with 6 additions and 4 deletions

View File

@@ -167,6 +167,7 @@ class OSShop(PortShop, AkashiShop):
Pages:
in: PORT_SUPPLY_CHECK
"""
self.os_shop_get_coins()
items = self.scan_all()
if not len(items):
logger.warning('Empty OS shop.')
@@ -174,8 +175,7 @@ class OSShop(PortShop, AkashiShop):
items = self.items_filter_in_os_shop(items)
if not len(items):
logger.warning('Nothing to buy.')
return False
self.os_shop_get_coins()
return False
skip_get_coins = True
items.reverse()
count = 0