Working setup using localhost
Some checks failed
/ checks (pull_request) Failing after 16s

This commit is contained in:
Bart van der Braak 2024-11-20 18:20:13 +01:00
parent 5cc9d7b0e9
commit 0f45b38432
4 changed files with 13 additions and 17 deletions

View file

@ -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