This commit is contained in:
parent
5cc9d7b0e9
commit
0f45b38432
4 changed files with 13 additions and 17 deletions
|
@ -27,5 +27,5 @@ def get_worker_password(worker_name: str) -> str:
|
|||
return "localhost"
|
||||
|
||||
|
||||
def get_worker_names(ENVIRONMENT: str):
|
||||
def get_worker_names(environment: str):
|
||||
return _worker_names
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue