mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Update
This commit is contained in:
parent
bcbb67b707
commit
f4ac584668
@ -31,8 +31,7 @@ def init_corpus_analysis(corpus_id):
|
||||
def corpus_analysis_query(query):
|
||||
client = corpus_analysis_clients.get(request.sid)
|
||||
if client is None:
|
||||
socketio.emit('query', '[424]: Failed Dependency',
|
||||
room=request.sid)
|
||||
socketio.emit('query', '[424]: Failed Dependency', room=request.sid)
|
||||
return
|
||||
client.select_corpus('CORPUS')
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user