mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-07 07:47:07 +08:00
Upd: [EN] Allow running task Awaken
This commit is contained in:
parent
cc5b26e477
commit
875133d1f3
@ -366,7 +366,7 @@ class Awaken(Dock):
|
||||
return result
|
||||
|
||||
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, '
|
||||
f'please contact server maintainers')
|
||||
self.config.task_stop()
|
||||
|
Loading…
Reference in New Issue
Block a user