From 998bedbbb1144490e046fc96b5b2edf9064a8ff5 Mon Sep 17 00:00:00 2001 From: galimov Date: Tue, 9 Jul 2024 05:32:52 +0000 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?/=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 python.yaml diff --git a/python.yaml b/python.yaml new file mode 100644 index 0000000..db6f138 --- /dev/null +++ b/python.yaml @@ -0,0 +1,30 @@ +edges: +- source: 0 + sourceHandle: 0 + target: 1 + targetHandle: 0 +- source: 1 + sourceHandle: 0 + target: 2 + targetHandle: 0 +- source: 1 + sourceHandle: 0 + target: 3 + targetHandle: 0 +name: python +nodes: +- id: 0 + name: + type: HTTPInput +- currentTab: manual + id: 1 + name: + settings: + script: " obj[\"DATA\"][\"TEST\"] = \"GOOOOOOOOOOOL\"\n return obj" + type: PythonScriptFilter_duplicate +- id: 2 + name: + type: ConsoleLoger +- id: 3 + name: + type: Debug