Browse Source

minor

tags/v0.3.5-rc0
XxChang 1 year ago
parent
commit
7cca18f726
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      binaries/cli/src/template/python/talker/talker-template.py

+ 1
- 1
binaries/cli/src/template/python/talker/talker-template.py View File

@@ -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:


Loading…
Cancel
Save