From 91d620441342c3a9967ab8d752af692221c0bcc3 Mon Sep 17 00:00:00 2001 From: PhanThanhTrung Date: Thu, 29 Feb 2024 17:16:37 +0700 Subject: [PATCH] fix: match key from extract_report_detail_list to dict2xlsx --- cope2n-api/fwd_api/utils/file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cope2n-api/fwd_api/utils/file.py b/cope2n-api/fwd_api/utils/file.py index c92a3b0..c316cca 100644 --- a/cope2n-api/fwd_api/utils/file.py +++ b/cope2n-api/fwd_api/utils/file.py @@ -511,7 +511,7 @@ def dict2xlsx(input: json, _type='report'): 'L': "invoice_retailer_ocr", 'M': "invoice_retailer_accuracy", 'N': "ocr_image_accuracy", - 'O': "ocr_image_speed", + 'O': "ocr_image_speed_(seconds)", 'P': "is_reviewed", 'Q': "bad_image_reasons", 'R': "countermeasures",