feat: add screen logging functionality to capture and display terminal output

This commit is contained in:
retoor 2024-11-27 21:22:15 +00:00
parent 5fc1bc99af
commit 2c0fa9ba4d

View File

@ -245,6 +245,7 @@ class Zhurnal(web.Application):
time_elapsed = round(
time_previous and time_current - time_previous or 0, 4
)
print(line.decode().strip())
for client in app.clients:
await client.send_str(
json.dumps(