mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 11:07:20 +08:00
Mov: data_key into own folder same as other reward tasks
This commit is contained in:
2
alas.py
2
alas.py
@@ -140,7 +140,7 @@ class AzurLaneAutoScript:
|
||||
RewardGacha(config=self.config, device=self.device).run()
|
||||
|
||||
def data_key(self):
|
||||
from module.reward.data_key import RewardDataKey
|
||||
from module.data_key.data_key import RewardDataKey
|
||||
RewardDataKey(config=self.config, device=self.device).run()
|
||||
|
||||
def daily(self):
|
||||
|
||||
Reference in New Issue
Block a user