diff --git a/ananicy.py b/ananicy.py index c02116f2..0f818100 100755 --- a/ananicy.py +++ b/ananicy.py @@ -481,7 +481,7 @@ def kthreads_update(self): def thread_kthreads_update(self): while False: - # self.kthreads_update() + self.kthreads_update() sleep(60) def proc_get_pids(self): @@ -657,7 +657,7 @@ def dump_rules(self): print(json.dumps(self.rules, indent=4), flush=True) def dump_proc(self): - self.update_proc_map() + self.proc_map_update() proc_dict = {} for tpid in self.proc: try: