From 7cca18f7266d5f21ec01bf92bb40b32dc0be2e96 Mon Sep 17 00:00:00 2001 From: XxChang Date: Fri, 14 Jun 2024 11:35:50 +0800 Subject: [PATCH] minor --- binaries/cli/src/template/python/talker/talker-template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binaries/cli/src/template/python/talker/talker-template.py b/binaries/cli/src/template/python/talker/talker-template.py index f86f0825..93324e40 100644 --- a/binaries/cli/src/template/python/talker/talker-template.py +++ b/binaries/cli/src/template/python/talker/talker-template.py @@ -3,7 +3,7 @@ import pyarrow as pa node = Node() -for event in node.next(): +for event in node: if event["type"] == "INPUT": print( f"""Node received: