diff options
Diffstat (limited to 'runprog.py')
-rwxr-xr-x | runprog.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ while True: pid = file.readlines()[0] file.close() - subprocess.run(["kill", pid]) + # subprocess.run(["kill", pid]) thread.terminate() print("killed ", pid) |