We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01c6e5f commit 1cddb09Copy full SHA for 1cddb09
1 file changed
module/freebies/freebies.py
@@ -24,10 +24,6 @@ def run(self):
24
25
if self.config.SupplyPack_Collect:
26
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()
+ SupplyPack_250814(self.config, self.device).run()
32
33
self.config.task_delay(server_update=True)
0 commit comments