diff --git a/script/local.py b/script/local.py index a5d3511..133e41a 100755 --- a/script/local.py +++ b/script/local.py @@ -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