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:
parent
145b4991d8
commit
9b0e5156de
@ -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()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user