diff options
Diffstat (limited to 'clusterman/__main__.py')
| -rw-r--r-- | clusterman/__main__.py | 2 |
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") |
