Skip to content

Commit 1cddb09

Browse files
committed
Upd: Update supply pack run for server TW
1 parent 01c6e5f commit 1cddb09

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

module/freebies/freebies.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ def run(self):
2424

2525
if self.config.SupplyPack_Collect:
2626
logger.hr('Supply pack', level=1)
27-
if self.config.SERVER in ['tw']:
28-
# SupplyPack(self.config, self.device).run()
29-
pass
30-
else:
31-
SupplyPack_250814(self.config, self.device).run()
27+
SupplyPack_250814(self.config, self.device).run()
3228

3329
self.config.task_delay(server_update=True)

0 commit comments

Comments
 (0)