Update task_manager_index.py

pull/586/head
Mr Chen 11 months ago
parent 4b11415f36
commit 2ba57ab05f
  1. 5
      plugins/task_manager/task_manager_index.py

@ -677,7 +677,10 @@ class mainClass(object):
self.new_info['cpu_time'] = self.get_cpu_time()
self.new_info['time'] = time.time()
self.get_process_net_list()
if not 'sortx' in get: get.sortx = 'all'
if not 'sortx' in get:
get['sortx'] = 'all'
info = {}
info['activity'] = 0
info['cpu'] = 0.00

Loading…
Cancel
Save