diff options
Diffstat (limited to 'runprog.py')
-rwxr-xr-x | runprog.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ while True: thread = multiprocessing.Process(target = thread_, args = ()) thread.start() - sleep(60 * 60 * 2) + sleep(60*60*2) print("closing...") file = open("pid.txt", "r") |