Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Timofey Titovets <[email protected]>
  • Loading branch information
nefelim4ag committed May 11, 2018
1 parent 24a138d commit 305513f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ananicy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 305513f

Please sign in to comment.