diff --git a/glances/stats.py b/glances/stats.py index 8863dd45..1d2b1d12 100644 --- a/glances/stats.py +++ b/glances/stats.py @@ -256,8 +256,8 @@ class GlancesStats: def __update_plugin(self, p): """Update stats, history and views for the given plugin name p""" self._plugins[p].update() - self._plugins[p].update_stats_history() self._plugins[p].update_views() + self._plugins[p].update_stats_history() def update(self): """Wrapper method to update all stats.