glances_client.py: fix function call

This commit is contained in:
Alessio Sergi 2015-04-19 23:53:19 +02:00
parent 07f73ddeb6
commit 19e49f4b86

View File

@ -232,7 +232,7 @@ class GlancesClient(object):
# Export stats using export modules
self.stats.export(self.stats)
finally:
self.end
self.end()
return self.client_mode