Merge pull request #755 from nclsHart/fix-webui-hddtemp

Fix hddtemp not displayed in web ui
This commit is contained in:
Nicolas Hennion
2015-12-15 09:07:56 +01:00

View File

@@ -31,7 +31,7 @@ class GlancesWebServer(object):
def __init__(self, config=None, args=None):
# Init stats
self.stats = GlancesStats(config)
self.stats = GlancesStats(config, args)
if not WINDOWS and args.no_kernel_threads:
# Ignore kernel threads in process list