clone3 commited on
Commit
64c04dc
·
1 Parent(s): ec48066

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ async def hello():
8
  async with websockets.connect(uri) as websocket:
9
  messages = [
10
  '{"fn_index":2,"session_hash":"kb46puzhzr"}',
11
- '{"data":["spider",1683852825,8,4,true],"event_data":null,"fn_index":2,"session_hash":"kb46puzhzr"}'
12
  ]
13
 
14
  for message in messages:
 
8
  async with websockets.connect(uri) as websocket:
9
  messages = [
10
  '{"fn_index":2,"session_hash":"kb46puzhzr"}',
11
+
12
  ]
13
 
14
  for message in messages: