mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-23 09:11:49 +03:00
Correct a critical issue on client/server mode
This commit is contained in:
parent
91495a3352
commit
b2ea510447
@ -80,7 +80,7 @@ class Plugin(GlancesPlugin):
|
||||
self.nb_log_core = 0
|
||||
|
||||
# Get the max values (dict)
|
||||
max_values = glances_processes.max_values()
|
||||
self.max_values = glances_processes.max_values()
|
||||
|
||||
# Note: 'glances_processes' is already init in the processes.py script
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user