From 265121720c0b686006562f32e55e8b3759a1ea09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=AD=E6=A3=AE?= Date: Thu, 13 Jan 2022 11:14:45 +0800 Subject: [PATCH] update describe --- rating/scripts/report/company_profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rating/scripts/report/company_profile.py b/rating/scripts/report/company_profile.py index 1eeea3d..66dc785 100644 --- a/rating/scripts/report/company_profile.py +++ b/rating/scripts/report/company_profile.py @@ -211,7 +211,7 @@ def outbound_investment(param): result = list() part_01 = dict() if not data_01: - part_01['desribe'] = '截至{}年,未查询到该公司对外投资相关信息。'.format(data_02['资产负债表'][0]['报告期'][:4]) + part_01['describe'] = '截至{}年,未查询到该公司对外投资相关信息。'.format(data_02['资产负债表'][0]['报告期'][:4]) result.append(part_01) else: def para_01():