aboutsummaryrefslogtreecommitdiffstats
path: root/runprog.py
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2020-09-17 16:23:46 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2020-09-17 16:23:46 +0100
commit175db773ae2b24f135281c0911c1432efe5493c7 (patch)
treeb12fc65b6a630d4b1131f46d1fca07bc677265cf /runprog.py
parentc50f304376e2b75c53ad9070fa1b86ea22b21fa9 (diff)
parentba1481988321c54e5250a21ba3827b9825f04228 (diff)
downloadSmallYTChannelBot-175db773ae2b24f135281c0911c1432efe5493c7.tar.gz
SmallYTChannelBot-175db773ae2b24f135281c0911c1432efe5493c7.zip
added minimum comment length, added some logging
Diffstat (limited to 'runprog.py')
-rwxr-xr-xrunprog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/runprog.py b/runprog.py
index 1fb2d4c..2cac32a 100755
--- a/runprog.py
+++ b/runprog.py
@@ -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")