1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-17 05:15:25 +08:00

Tmp: [TW] Disable shop before it confirm working

This commit is contained in:
LmeSzinc
2025-08-29 21:53:46 +08:00
parent 7f1021c79f
commit 653260f431
2 changed files with 36 additions and 54 deletions

View File

@@ -25,7 +25,8 @@ class Freebies(ModuleBase):
if self.config.SupplyPack_Collect:
logger.hr('Supply pack', level=1)
if self.config.SERVER in ['tw']:
SupplyPack(self.config, self.device).run()
# SupplyPack(self.config, self.device).run()
pass
else:
SupplyPack_250814(self.config, self.device).run()