From 0511c74f0b50fd14c489062c9989a0fb4b8ffb5c Mon Sep 17 00:00:00 2001 From: retoor Date: Wed, 27 Nov 2024 22:22:15 +0100 Subject: [PATCH] Added screen logging --- src/zhurnal/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/zhurnal/app.py b/src/zhurnal/app.py index 9c6679e..2b1211b 100644 --- a/src/zhurnal/app.py +++ b/src/zhurnal/app.py @@ -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(