update pay ui
This commit is contained in:
2
app.py
2
app.py
@@ -12649,7 +12649,7 @@ def get_hotspot_overview():
|
|||||||
concept_ids = list(set(a['concept_id'] for a in alerts))
|
concept_ids = list(set(a['concept_id'] for a in alerts))
|
||||||
try:
|
try:
|
||||||
from elasticsearch import Elasticsearch
|
from elasticsearch import Elasticsearch
|
||||||
es_client = Elasticsearch(['http://127.0.0.1:9200'])
|
es_client = Elasticsearch(["http://222.128.1.157:19200"])
|
||||||
es_result = es_client.mget(
|
es_result = es_client.mget(
|
||||||
index='concept_library_v3',
|
index='concept_library_v3',
|
||||||
body={'ids': concept_ids},
|
body={'ids': concept_ids},
|
||||||
|
|||||||
Reference in New Issue
Block a user