diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2020-09-17 16:23:46 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2020-09-17 16:23:46 +0100 |
commit | 175db773ae2b24f135281c0911c1432efe5493c7 (patch) | |
tree | b12fc65b6a630d4b1131f46d1fca07bc677265cf /runprog.py | |
parent | c50f304376e2b75c53ad9070fa1b86ea22b21fa9 (diff) | |
parent | ba1481988321c54e5250a21ba3827b9825f04228 (diff) | |
download | SmallYTChannelBot-175db773ae2b24f135281c0911c1432efe5493c7.tar.gz SmallYTChannelBot-175db773ae2b24f135281c0911c1432efe5493c7.zip |
added minimum comment length, added some logging
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") |