summaryrefslogtreecommitdiffstats
path: root/glances/plugins/glances_containers.py
diff options
context:
space:
mode:
Diffstat (limited to 'glances/plugins/glances_containers.py')
-rw-r--r--glances/plugins/glances_containers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glances/plugins/glances_containers.py b/glances/plugins/glances_containers.py
index af36278a..e5d56024 100644
--- a/glances/plugins/glances_containers.py
+++ b/glances/plugins/glances_containers.py
@@ -316,7 +316,7 @@ class Plugin(GlancesPlugin):
msg = '{:>10}'.format(container['Uptime'])
else:
msg = '{:>10}'.format('_')
- ret.append(self.curse_add_line(msg, status))
+ ret.append(self.curse_add_line(msg))
# CPU
try:
msg = '{:>6.1f}'.format(container['cpu']['total'])