From c79d43273769d88f7129a3d53c80b85a6dc1946c Mon Sep 17 00:00:00 2001 From: Vasilii Chernov Date: Thu, 3 Mar 2016 15:38:32 +0100 Subject: 1. Pcipywrap: add persistent locking wrappings 2. html-server: - add scripts tab - change tab view to jQuery tabs --- pyserver/scripts/test_script2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyserver/scripts/test_script2.py') diff --git a/pyserver/scripts/test_script2.py b/pyserver/scripts/test_script2.py index 16e4adb..a961493 100644 --- a/pyserver/scripts/test_script2.py +++ b/pyserver/scripts/test_script2.py @@ -1,4 +1,4 @@ description='this is a test script' -def run(ctx, inpt): +def run(ctx, input): return ctx.get_registers_list(); -- cgit v1.2.3