1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 06:18:21 +08:00

Upd: Update supply pack run for server TW

This commit is contained in:
weeswelai
2025-10-01 03:35:17 +08:00
parent 01c6e5fd0f
commit 1cddb09f85

View File

@@ -24,10 +24,6 @@ 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()
pass
else:
SupplyPack_250814(self.config, self.device).run()
SupplyPack_250814(self.config, self.device).run()
self.config.task_delay(server_update=True)