Update exec.py

This commit is contained in:
Nuno Campos
2024-07-21 12:19:19 -07:00
committed by GitHub
parent b81612c292
commit 34407d9de1
+1 -1
View File
@@ -146,7 +146,7 @@ async def monitor_stream(
on_line = None
display = True
"""Adpated from asyncio.StreamReader.readline() to handle LimitOverrunError."""
"""Adapted from asyncio.StreamReader.readline() to handle LimitOverrunError."""
sep = b"\n"
seplen = len(sep)
while True: