Closedown
This commit is contained in:
+1
-1
@@ -308,7 +308,7 @@ if get_context().isServerEnabled():
|
||||
CAMTOOL_SERVER_SCRIPT = "cc" #"cam_server"
|
||||
|
||||
def _get_camtool_port():
|
||||
return camtool.url[camtool.url.rfind(":")+1:]
|
||||
return camtool.url[camtool.url.rfind(":")+1:]
|
||||
|
||||
def is_camtool_running():
|
||||
return int(exec_cmd("pgrep " + CAMTOOL_SERVER_SCRIPT + " | wc -l")) > 0
|
||||
|
||||
Reference in New Issue
Block a user