diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-10-26 12:36:51 +0200 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-10-26 12:36:51 +0200 |
| commit | b2835c72a33fd1baa20fa137cf4c1953ca28e149 (patch) | |
| tree | 3d69bb6c5c98035ea7a6e781d8c6814eff1652ce /clusterman/__main__.py | |
| parent | 77ea2f3ee6968d25a2e63e8c78c6bb53ff8a6d00 (diff) | |
Minor changes
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") |
