clone3 commited on
Commit
f65d373
·
1 Parent(s): f4edd80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def hello():
7
  websocket = websockets.connect(uri)
8
 
9
  messages = [
10
- '{"data":["spider",1683852825,8,4,true],"event_data":null,"fn_index":2,"session_hash":"kb46puzhzr"}',
11
  '{"data":["spider",1683852825,8,4,true],"event_data":null,"fn_index":2,"session_hash":"kb46puzhzr"}'
12
  ]
13
 
 
7
  websocket = websockets.connect(uri)
8
 
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