mirror of
https://github.com/justUmen/Bjornulf_custom_nodes.git
synced 2026-03-21 20:52:11 -03:00
0.50
This commit is contained in:
@@ -31,4 +31,4 @@ class RandomLineFromInput:
|
||||
chosen_line = random.choice(lines)
|
||||
|
||||
# Return as a list with one element
|
||||
return ([chosen_line],)
|
||||
return (chosen_line,)
|
||||
Reference in New Issue
Block a user