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

Fix hddtemp not displayed in web ui
pull/759/head
Nicolas Hennion 2015-12-15 09:07:56 +01:00
commit fd50ce514b
1 changed files with 1 additions and 1 deletions

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