From 941179477375c8f3a1e1516ede4fcc9696a3930b Mon Sep 17 00:00:00 2001 From: "qichi.liang" Date: Mon, 29 Dec 2025 01:48:21 +0800 Subject: [PATCH] Remove blank line between daily and monthly stats --- src/report.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/report.py b/src/report.py index 05edd8e..b1be690 100644 --- a/src/report.py +++ b/src/report.py @@ -142,7 +142,6 @@ class DailyReportGenerator: # 当日实际作业量 lines.append(f"当日实际作业量:{daily_data['total_teu']}TEU") - lines.append("") # 月度统计 lines.append(f"当月计划作业量:{monthly_data['planned']}TEU (用天数*{self.DAILY_TARGET}TEU)")