This commit is contained in:
justumen
2024-10-28 11:32:37 +01:00
parent 19cb4cbe49
commit 66eb5282c2
18 changed files with 950 additions and 213 deletions

View File

@@ -31,4 +31,4 @@ class RandomLineFromInput:
chosen_line = random.choice(lines)
# Return as a list with one element
return ([chosen_line],)
return (chosen_line,)