mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [sync client] debug
This commit is contained in:
parent
7e62d0f857
commit
c116713dc9
1 changed files with 1 additions and 2 deletions
|
@ -78,9 +78,8 @@ async def push(websocket, ail_uuid):
|
||||||
Obj, queue_uuid = ail_2_ail.get_sync_queue_object_and_queue_uuid(ail_uuid)
|
Obj, queue_uuid = ail_2_ail.get_sync_queue_object_and_queue_uuid(ail_uuid)
|
||||||
if Obj:
|
if Obj:
|
||||||
obj_ail_stream = ail_2_ail.create_ail_stream(Obj)
|
obj_ail_stream = ail_2_ail.create_ail_stream(Obj)
|
||||||
obj_ail_stream = json.dumps(obj_ail_stream)
|
|
||||||
|
|
||||||
print(obj_ail_stream['meta'])
|
print(obj_ail_stream['meta'])
|
||||||
|
obj_ail_stream = json.dumps(obj_ail_stream)
|
||||||
|
|
||||||
# send objects
|
# send objects
|
||||||
await websocket.send(obj_ail_stream)
|
await websocket.send(obj_ail_stream)
|
||||||
|
|
Loading…
Reference in a new issue