aboutsummaryrefslogtreecommitdiffstats
path: root/runprog.py
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2020-09-10 13:24:00 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2020-09-10 13:24:00 +0000
commitba1481988321c54e5250a21ba3827b9825f04228 (patch)
treed12244276cea7309b1d3f4e006a1f5936205345c /runprog.py
parent32ceca68ef3fe274747344cfaabf04e0fff3e5b0 (diff)
parent81beed4b8dd2e7fc5365cc5c344d20109d10e7db (diff)
downloadSmallYTChannelBot-ba1481988321c54e5250a21ba3827b9825f04228.tar.gz
SmallYTChannelBot-ba1481988321c54e5250a21ba3827b9825f04228.zip
updated?
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 51368c5..0b781e7 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")