From c035f62a4972a5255b2621d24c604d21da76d3d3 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Wed, 25 Oct 2023 17:11:07 +0200 Subject: Minor changes --- clusterman/__main__.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'clusterman/__main__.py') diff --git a/clusterman/__main__.py b/clusterman/__main__.py index 13f4cbd..56c9f60 100644 --- a/clusterman/__main__.py +++ b/clusterman/__main__.py @@ -1,5 +1,5 @@ import argparse,sys -from clusterman.config import Config +from clusterman.config import * from clusterman.commands import node def main(): @@ -15,12 +15,10 @@ def main(): # Parse arguments: args = parser.parse_args() - a=Config() - # Run the proper handler if args.command == "node": print("Do node related stuff") - + if args.command == "frontend": print("Do frontend related stuff") -- cgit v1.2.3