From 02ddcd71f14ecfe1a61041f49b6e60b4f88a2ca3 Mon Sep 17 00:00:00 2001 From: Zhao Zuohong Date: Mon, 14 Aug 2023 12:11:09 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E8=AF=86=E5=88=AB=E7=BB=93?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/riic_report_analysis.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/riic_report_analysis.py b/apps/riic_report_analysis.py index 9c638f6..ad49ddf 100644 --- a/apps/riic_report_analysis.py +++ b/apps/riic_report_analysis.py @@ -111,10 +111,10 @@ class RIICReportAnalysis: gold_avg += int(gold_list[i][1]) exp_avg += int(exp_list[i][1]) - output += f"【{date_list[i][1]}】\n" - output += f"💵 {lmb_list[2 * i][1]}订单({lmb_list[2 * i + 1][1]})\n" - output += f"🧈 {gold_list[i][1]}赤金\n" - output += f"📼 {exp_list[i][1]}经验\n\n" + # output += f"【{date_list[i][1]}】\n" + # output += f"💵 {lmb_list[2 * i][1]}订单({lmb_list[2 * i + 1][1]})\n" + # output += f"🧈 {gold_list[i][1]}赤金\n" + # output += f"📼 {exp_list[i][1]}经验\n\n" lmb_avg /= len(date_list) order_avg /= len(date_list)