Script execution
This commit is contained in:
+2
-1
@@ -342,12 +342,13 @@ def check_camtool():
|
||||
"""
|
||||
if is_camtool_running():
|
||||
return False
|
||||
print "Staring Camtool"
|
||||
fork(_run_camtool)
|
||||
start =time.time()
|
||||
while not is_camtool_running():
|
||||
if time.time() - start > 2.0:
|
||||
raise Exception("Error starting camtool process")
|
||||
time.sleep(2.0)
|
||||
time.sleep(2.0)
|
||||
|
||||
def bsget(channel):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user