mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +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):
|
||||
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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user