mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-01-31 03:49:03 +00:00
Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development
This commit is contained in:
commit
7efe39cbd5
@ -27,8 +27,8 @@ def recv_query(message):
|
|||||||
|
|
||||||
def observe_corpus_analysis_connection(app, corpus_id, session_id):
|
def observe_corpus_analysis_connection(app, corpus_id, session_id):
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
corpus = Corpus.query.filter_by(id=corpus_id).first()
|
|
||||||
with app.app_context():
|
with app.app_context():
|
||||||
|
corpus = Corpus.query.filter_by(id=corpus_id).first()
|
||||||
cqi_client = CQiClient(host=corpus.analysis_container_ip)
|
cqi_client = CQiClient(host=corpus.analysis_container_ip)
|
||||||
cqi_client.ctrl_connect('opaque', 'opaque')
|
cqi_client.ctrl_connect('opaque', 'opaque')
|
||||||
while session_id in connected_sessions:
|
while session_id in connected_sessions:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user