Committed by
GitHub
Update API ports for running applications (#478)
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -1163,7 +1163,7 @@ def search(): | @@ -1163,7 +1163,7 @@ def search(): | ||
| 1163 | 1163 | ||
| 1164 | # 向运行中的应用发送搜索请求 | 1164 | # 向运行中的应用发送搜索请求 |
| 1165 | results = {} | 1165 | results = {} |
| 1166 | - api_ports = {'insight': 8601, 'media': 8602, 'query': 8603} | 1166 | + api_ports = {'insight': 8501, 'media': 8502, 'query': 8503} |
| 1167 | 1167 | ||
| 1168 | for app_name in running_apps: | 1168 | for app_name in running_apps: |
| 1169 | try: | 1169 | try: |
-
Please register or login to post a comment