Skip to content

Commit 4a9a2da

Browse files
committed
changed output type
1 parent b6114f2 commit 4a9a2da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seq-rpi-internal/raspberry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ async def set_internals(stream, interval=3):
1919
async def run(context, input):
2020
stream = Stream()
2121
asyncio.gather(set_internals(stream), return_exceptions=True)
22-
return stream.map(lambda x : str(x) + "\n")
22+
return stream.map(lambda x : x + "\n")
2323

2424

0 commit comments

Comments
 (0)