We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6114f2 commit 4a9a2daCopy full SHA for 4a9a2da
seq-rpi-internal/raspberry.py
@@ -19,6 +19,6 @@ async def set_internals(stream, interval=3):
19
async def run(context, input):
20
stream = Stream()
21
asyncio.gather(set_internals(stream), return_exceptions=True)
22
- return stream.map(lambda x : str(x) + "\n")
+ return stream.map(lambda x : x + "\n")
23
24
0 commit comments