Ramesh-vani commited on
Commit
e09f09f
·
verified ·
1 Parent(s): 7916f15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ async def handle_client(websocket, path):
14
  try:
15
  # Receive the client's request (create a pair or connect to a key)
16
  request_type = await websocket.recv()
 
17
 
18
  if request_type == "create_pair":
19
  # Generate a unique key
 
14
  try:
15
  # Receive the client's request (create a pair or connect to a key)
16
  request_type = await websocket.recv()
17
+ print(request_type)
18
 
19
  if request_type == "create_pair":
20
  # Generate a unique key