mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-05 00:27:34 +08:00
Upd: [EN] Allow running task Awaken
This commit is contained in:
@@ -366,7 +366,7 @@ class Awaken(Dock):
|
|||||||
return result
|
return result
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
if self.config.SERVER not in ['cn']:
|
if self.config.SERVER not in ['cn', 'en']:
|
||||||
logger.error(f'Task "Awaken" is not available on server {self.config.SERVER} yet, '
|
logger.error(f'Task "Awaken" is not available on server {self.config.SERVER} yet, '
|
||||||
f'please contact server maintainers')
|
f'please contact server maintainers')
|
||||||
self.config.task_stop()
|
self.config.task_stop()
|
||||||
|
|||||||
Reference in New Issue
Block a user