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

Tmp: disable shop before update

This commit is contained in:
LmeSzinc 2025-08-14 18:36:17 +08:00
parent 145b4991d8
commit 9b0e5156de

View File

@ -8,6 +8,9 @@ from module.shop.ui import ShopUI
class RewardShop(ShopUI):
def run_frequent(self):
self.config.task_delay(server_update=True)
self.config.task_stop()
# Munitions shops
self.ui_goto_shop()
@ -19,6 +22,9 @@ class RewardShop(ShopUI):
self.config.task_delay(server_update=True)
def run_once(self):
self.config.task_delay(server_update=True)
self.config.task_stop()
# Munitions shops
self.ui_goto_shop()