mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 09:33:32 +08:00
Tmp: disable shop before update
This commit is contained in:
@@ -8,6 +8,9 @@ from module.shop.ui import ShopUI
|
|||||||
|
|
||||||
class RewardShop(ShopUI):
|
class RewardShop(ShopUI):
|
||||||
def run_frequent(self):
|
def run_frequent(self):
|
||||||
|
self.config.task_delay(server_update=True)
|
||||||
|
self.config.task_stop()
|
||||||
|
|
||||||
# Munitions shops
|
# Munitions shops
|
||||||
self.ui_goto_shop()
|
self.ui_goto_shop()
|
||||||
|
|
||||||
@@ -19,6 +22,9 @@ class RewardShop(ShopUI):
|
|||||||
self.config.task_delay(server_update=True)
|
self.config.task_delay(server_update=True)
|
||||||
|
|
||||||
def run_once(self):
|
def run_once(self):
|
||||||
|
self.config.task_delay(server_update=True)
|
||||||
|
self.config.task_stop()
|
||||||
|
|
||||||
# Munitions shops
|
# Munitions shops
|
||||||
self.ui_goto_shop()
|
self.ui_goto_shop()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user