diff --git a/glances/plugins/glances_now.py b/glances/plugins/glances_now.py index 20ffd9d7..cf094e0e 100644 --- a/glances/plugins/glances_now.py +++ b/glances/plugins/glances_now.py @@ -69,6 +69,9 @@ class Plugin(GlancesPlugin): # Init the return message ret = [] + if not self.stats or self.is_disabled(): + return ret + # Build the string message # 23 is the padding for the process list msg = '{:23}'.format(self.stats)