diff --git a/glances/plugins/glances_ports.py b/glances/plugins/glances_ports.py index ee2eb83b..0eae9807 100644 --- a/glances/plugins/glances_ports.py +++ b/glances/plugins/glances_ports.py @@ -66,9 +66,6 @@ class Plugin(GlancesPlugin): def update(self): """Update the ports list.""" - if self.args is None or self.args.disable_ports: - return {} - if self.input_method == 'local': # Only refresh: # * if there is not other scanning thread