From 7248f2e77611cd309ae463fdb90481561f7440e0 Mon Sep 17 00:00:00 2001 From: sfop Date: Thu, 30 Mar 2017 09:36:50 +0200 Subject: [PATCH] Script execution --- script/local.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/local.py b/script/local.py index 5b4aaf7..e034947 100755 --- a/script/local.py +++ b/script/local.py @@ -305,7 +305,7 @@ if get_context().isServerEnabled(): #Managing local camtool server -CAMTOOL_SERVER_SCRIPT = "cam_server" #"camtool_pshell" +CAMTOOL_SERVER_SCRIPT = "camtool_pshell" #"cam_server" def _get_camtool_port(): return camtool.url[camtool.url.rfind(":")+1:]