summaryrefslogtreecommitdiffstats
path: root/glances/plugins/glances_folders.py
diff options
context:
space:
mode:
Diffstat (limited to 'glances/plugins/glances_folders.py')
-rw-r--r--glances/plugins/glances_folders.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glances/plugins/glances_folders.py b/glances/plugins/glances_folders.py
index 3a8d9710..26e9a5b7 100644
--- a/glances/plugins/glances_folders.py
+++ b/glances/plugins/glances_folders.py
@@ -50,7 +50,7 @@ class Plugin(GlancesPlugin):
return self.stats
# Update the folders list (result of command)
- self.glances_folders.update()
+ self.glances_folders.update(key=self.get_key())
# Put it on the stats var
stats = self.glances_folders.get()