diff options
Diffstat (limited to 'clusterman/__main__.py')
| -rw-r--r-- | clusterman/__main__.py | 3 |
1 files changed, 2 insertions, 1 deletions
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") |
