Fix hddtemp not displayed in web ui

Fix #687
pull/755/head
Nicolas Hart 2015-12-14 22:11:50 +01:00
parent 53ca5b3d79
commit fe2383f107
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