From b2835c72a33fd1baa20fa137cf4c1953ca28e149 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 26 Oct 2023 12:36:51 +0200 Subject: Minor changes --- clusterman/__main__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'clusterman/__main__.py') diff --git a/clusterman/__main__.py b/clusterman/__main__.py index 706a288..8f3c416 100644 --- a/clusterman/__main__.py +++ b/clusterman/__main__.py @@ -18,7 +18,8 @@ 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") + #node.scan("10.0.0.1","10.0.0.10") + node.check() if args.command == "frontend": print("Do frontend related stuff") -- cgit v1.2.3