mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Fix: [TW] Rollback to old daily module (#1293)
because TW has no module deployment daily
This commit is contained in:
5
alas.py
5
alas.py
@@ -198,7 +198,10 @@ class AzurLaneAutoScript:
|
||||
MetaReward(config=self.config, device=self.device).run()
|
||||
|
||||
def daily(self):
|
||||
from module.daily.daily import Daily
|
||||
if self.config.SERVER == 'tw':
|
||||
from module.daily.daily_tw import Daily
|
||||
else:
|
||||
from module.daily.daily import Daily
|
||||
Daily(config=self.config, device=self.device).run()
|
||||
|
||||
def hard(self):
|
||||
|
||||
Reference in New Issue
Block a user