Closedown

This commit is contained in:
sfop
2017-03-30 09:26:24 +02:00
parent c9887013a4
commit 830f71f437
+1 -1
View File
@@ -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