Added screen logging
All checks were successful
Build and test Zhurnal / Test (push) Successful in 52s
All checks were successful
Build and test Zhurnal / Test (push) Successful in 52s
This commit is contained in:
parent
92db21739a
commit
0511c74f0b
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user