mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-14 10:20:03 +03:00
glances_client.py: fix function call
This commit is contained in:
parent
07f73ddeb6
commit
19e49f4b86
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user