summaryrefslogtreecommitdiff
path: root/clusterman/__main__.py
diff options
context:
space:
mode:
authorLoic Guegan <loic.guegan@mailbox.org>2023-10-26 11:51:46 +0200
committerLoic Guegan <loic.guegan@mailbox.org>2023-10-26 11:51:46 +0200
commit77ea2f3ee6968d25a2e63e8c78c6bb53ff8a6d00 (patch)
treef10d0ca0480a112fedb458fbd3655e145ddca840 /clusterman/__main__.py
parentc035f62a4972a5255b2621d24c604d21da76d3d3 (diff)
Minor changes
Diffstat (limited to 'clusterman/__main__.py')
-rw-r--r--clusterman/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clusterman/__main__.py b/clusterman/__main__.py
index 56c9f60..706a288 100644
--- a/clusterman/__main__.py
+++ b/clusterman/__main__.py
@@ -18,7 +18,7 @@ def main():
# Run the proper handler
if args.command == "node":
print("Do node related stuff")
-
+ node.scan("10.0.0.1","10.0.0.10")
if args.command == "frontend":
print("Do frontend related stuff")