fix: [sync client] debug

pull/586/head
Terrtia 2022-05-17 14:46:19 +02:00
parent 234148f005
commit 7e62d0f857
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ async def push(websocket, ail_uuid):
obj_ail_stream = ail_2_ail.create_ail_stream(Obj)
obj_ail_stream = json.dumps(obj_ail_stream)
sys.stdout.write(obj_ail_stream['meta'])
print(obj_ail_stream['meta'])
# send objects
await websocket.send(obj_ail_stream)