From 77ea2f3ee6968d25a2e63e8c78c6bb53ff8a6d00 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 26 Oct 2023 11:51:46 +0200 Subject: Minor changes --- clusterman/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clusterman/__main__.py') 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") -- cgit v1.2.3