This commit is contained in:
Julius Unverfehrt 2022-03-02 09:35:12 +01:00
parent 7a21a64a56
commit bc5cc8c132

View File

@ -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)