BG5 commited on
Commit
510b86b
·
verified ·
1 Parent(s): da21cc3

Update fun.py

Browse files
Files changed (1) hide show
  1. fun.py +1 -1
fun.py CHANGED
@@ -8,7 +8,7 @@ import logging
8
  app = FastAPI()
9
 
10
  TARGET_BASE = "http://127.0.0.1:9222" # Chrome DevTools HTTP 地址
11
- TARGET_WS_BASE = "ws://127.0.0.1:9222" # Chrome DevTools WebSocket 地址
12
 
13
  # 配置日志
14
  logging.basicConfig(level=logging.INFO)
 
8
  app = FastAPI()
9
 
10
  TARGET_BASE = "http://127.0.0.1:9222" # Chrome DevTools HTTP 地址
11
+ TARGET_WS_BASE = "ws://127.0.0.1" # Chrome DevTools WebSocket 地址
12
 
13
  # 配置日志
14
  logging.basicConfig(level=logging.INFO)