chg: [sync client] debug

pull/586/head
Terrtia 2022-05-17 14:26:09 +02:00
parent 30fdc95362
commit 188747417f
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)
sys.stdout.write(obj_ail_stream['meta'])
# send objects
await websocket.send(obj_ail_stream)