From 23452a08a3004312c2707a24e810d1280ce72c9b Mon Sep 17 00:00:00 2001 From: pengtao Date: Wed, 23 Oct 2019 10:34:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AF=BC=E5=87=BA=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- daily_report/dreport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily_report/dreport.py b/daily_report/dreport.py index 4f27fac..39ad9c0 100644 --- a/daily_report/dreport.py +++ b/daily_report/dreport.py @@ -70,7 +70,7 @@ def send_dailyreport(): return jsonify("PLS input arfs") rp = Report(day, project) data = rp.run() - + print(data) data[day] = day msg.subject = f"{project}_{day}_数据" msg.html = render_template('report.html', data=data)