mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-23 00:33:46 +08:00
Merge branch 'dev' into mail_reward
This commit is contained in:
5
alas.py
5
alas.py
@@ -224,10 +224,7 @@ class AzurLaneAutoScript:
|
||||
Freebies(config=self.config, device=self.device).run()
|
||||
|
||||
def daily(self):
|
||||
if self.config.SERVER == 'tw':
|
||||
from module.daily.daily_tw import Daily
|
||||
else:
|
||||
from module.daily.daily import Daily
|
||||
from module.daily.daily import Daily
|
||||
Daily(config=self.config, device=self.device).run()
|
||||
|
||||
def hard(self):
|
||||
|
||||
Reference in New Issue
Block a user