From 6311b892af229dd798795d866de447ca3929cad0 Mon Sep 17 00:00:00 2001 From: Zhao Zuohong Date: Mon, 14 Aug 2023 13:20:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=92=B1=E4=B9=A6=E6=AF=94?= =?UTF-8?q?=E5=B0=8F=E6=95=B0=E4=BD=8D=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/riic_report_analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/riic_report_analysis.py b/apps/riic_report_analysis.py index 119e856..4bd172b 100644 --- a/apps/riic_report_analysis.py +++ b/apps/riic_report_analysis.py @@ -161,7 +161,7 @@ class RIICReportAnalysis: output += f"调平总和:{total_by_order:.0f}\n\n" if power_plants == 3: if exp_avg != 0: - output += f"钱书比例:{lmb_avg / exp_avg:.0f}" + output += f"钱书比例:{lmb_avg / exp_avg:.2f}" else: output += f"钱书比例:正无穷" else: