21.03.26
This commit is contained in:
@@ -1121,7 +1121,7 @@ class Line(metaclass=PoolMeta):
|
||||
response.raise_for_status()
|
||||
f = response.json()
|
||||
logger.info("RUN_OCR_RESPONSE:%s",f)
|
||||
data = json.load(f)
|
||||
data = json.load(f.get("parsed_data"))
|
||||
importer = AssayImporter()
|
||||
importer.import_from_json(data,assay)
|
||||
logger.info("Updated assay:%s", assay.id)
|
||||
|
||||
Reference in New Issue
Block a user