mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-23 17:22:46 +03:00
Correct another issue in Client/Server mode with ports plugin
This commit is contained in:
parent
50bfa35798
commit
9fe4350325
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user