mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-27 19:25:27 +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,))
|
||||
# threads.append(thread)
|
||||
thread.start()
|
||||
# logger.debug("Update %s stats" % p)
|
||||
# self._exports[e].update(input_stats)
|
||||
|
||||
def getAll(self):
|
||||
"""Return all the stats (list)"""
|
||||
@ -201,7 +199,6 @@ class GlancesStats(object):
|
||||
"""End of the Glances stats"""
|
||||
# Close the export module
|
||||
for e in self._exports:
|
||||
# logger.debug("Update %s stats" % p)
|
||||
self._exports[e].exit()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user