mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-29 04:04:03 +03:00
Finalize the export module refactoring
This commit is contained in:
parent
11fd967085
commit
f24c6387aa
@ -170,8 +170,6 @@ class GlancesStats(object):
|
|||||||
args=(input_stats,))
|
args=(input_stats,))
|
||||||
# threads.append(thread)
|
# threads.append(thread)
|
||||||
thread.start()
|
thread.start()
|
||||||
# logger.debug("Update %s stats" % p)
|
|
||||||
# self._exports[e].update(input_stats)
|
|
||||||
|
|
||||||
def getAll(self):
|
def getAll(self):
|
||||||
"""Return all the stats (list)"""
|
"""Return all the stats (list)"""
|
||||||
@ -201,7 +199,6 @@ class GlancesStats(object):
|
|||||||
"""End of the Glances stats"""
|
"""End of the Glances stats"""
|
||||||
# Close the export module
|
# Close the export module
|
||||||
for e in self._exports:
|
for e in self._exports:
|
||||||
# logger.debug("Update %s stats" % p)
|
|
||||||
self._exports[e].exit()
|
self._exports[e].exit()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user