mirror of
https://github.com/nicolargo/glances.git
synced 2024-11-25 08:33:22 +03:00
parent
53ca5b3d79
commit
fe2383f107
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user