summaryrefslogtreecommitdiffstats
path: root/glances/amps_list.py
diff options
context:
space:
mode:
Diffstat (limited to 'glances/amps_list.py')
-rw-r--r--glances/amps_list.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glances/amps_list.py b/glances/amps_list.py
index 41f82c37..24722b3d 100644
--- a/glances/amps_list.py
+++ b/glances/amps_list.py
@@ -89,7 +89,7 @@ class AmpsList(object):
def update(self):
"""Update the command result attributed."""
# Get the current processes list (once)
- processlist = glances_processes.getlist()
+ processlist = glances_processes.get_list()
# Iter upon the AMPs dict
for k, v in iteritems(self.get()):