Browse Source

覆盖度工具-修改

jialuyao 1 week ago
parent
commit
fb3d785f17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/联通项目/extract_site_es.py

+ 1 - 1
tools/联通项目/extract_site_es.py

@@ -7,7 +7,7 @@ from tqdm import tqdm  # 进度条库
 # 禁用SSL警告
 urllib3.disable_warnings()
 timeout = 180
-# 连接配置(使用图片中的参数)
+# 连接配置
 es_host = "http://127.0.0.1:19800"
 es_username = "jianyuGr"
 es_password = "we3g8glKfe#"