blacky
This commit is contained in:
parent
7a21a64a56
commit
bc5cc8c132
@ -64,7 +64,7 @@ def make_callback_for_output_queue(json_wrapped_body_processor, output_queue_nam
|
||||
|
||||
# TODO Unify analysis Repsonse for image-prediction and ner-prediction
|
||||
if not CONFIG.service.response.save:
|
||||
result = { "dossierId": dossier_id, "fileId": file_id, "imageMetadata": result}
|
||||
result = {"dossierId": dossier_id, "fileId": file_id, "imageMetadata": result}
|
||||
result = json.dumps(result)
|
||||
else:
|
||||
result = json.dumps(result)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user