use all nodes

This commit is contained in:
notplants 2023-04-27 14:50:19 +05:30
parent 6aa3563cad
commit c92cbe156b
1 changed files with 3 additions and 11 deletions

View File

@ -17,18 +17,10 @@ SECRETS_PATH = os.path.join(PROJECT_PATH, "secrets.json")
with open(SECRETS_PATH, 'r') as f:
SECRETS = json.loads(f.read())
# nodes = [
# "jaaga",
# "redcottage",
# "new-gazebo2",
# "kotemanetp",
# "guard"
# ]
nodes = [
# "jaaga",
# "redcottage",
# "new-gazebo2",
"jaaga",
"redcottage",
"new-gazebo2",
"kotemanetp",
"guard"
]