Skip to content

Commit

Permalink
Use our new cont function
Browse files Browse the repository at this point in the history
  • Loading branch information
lmacken committed Apr 5, 2012
1 parent b74b215 commit 694b6e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tamefox.py
Expand Up @@ -107,7 +107,7 @@ def tamefox():
if processes:
for process in processes.values():
if process.status == psutil.STATUS_STOPPED:
send_signal(process, SIGCONT)
cont(process)


if __name__ == '__main__':
Expand Down

0 comments on commit 694b6e3

Please sign in to comment.