Spaces:
Running
Running
Update app.py
Browse files
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
|