Skip to content
Snippets Groups Projects
Commit 31ac9ddc authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Merge branch 'development' of gitlab.ub.uni-bielefeld.de:sfb1288inf/opaque into development

parents 7ec41a03 ccfd4492
No related branches found
No related tags found
No related merge requests found
......@@ -79,7 +79,7 @@ def corpus_analysis_session_handler(app, corpus_id, session_id):
while corpus.status != 'analysing':
db.session.refresh(corpus)
socketio.sleep(3)
client = CQiWrapper(host='analyse_corpus_{}'.format(corpus_id))
client = CQiWrapper(host='corpus_{}_analysis'.format(corpus_id))
client.connect()
corpus_analysis_clients[session_id] = client
if corpus_id not in corpus_analysis_sessions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment