diff --git a/script/local.py b/script/local.py index 30b230a..92ef410 100755 --- a/script/local.py +++ b/script/local.py @@ -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): """