diff --git a/glances/__init__.py b/glances/__init__.py index e87047cb..9b46e40e 100644 --- a/glances/__init__.py +++ b/glances/__init__.py @@ -147,4 +147,4 @@ def main(): core = GlancesMain() # Glances can be ran in standalone, client or server mode - start(config=core.get_config(), args= core.get_args()) + start(config=core.get_config(), args=core.get_args())