From 0fcff40adec255124c212b288fb8da38cfb63735 Mon Sep 17 00:00:00 2001 From: pengtao Date: Thu, 31 Oct 2019 16:30:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B8=E6=88=8F=E6=97=A5=E6=8A=A5=20grafana-?= =?UTF-8?q?>png=20sendmail?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- daily_report/test_report.py | 1 + 1 file changed, 1 insertion(+) diff --git a/daily_report/test_report.py b/daily_report/test_report.py index 4593687..cb33e58 100644 --- a/daily_report/test_report.py +++ b/daily_report/test_report.py @@ -35,6 +35,7 @@ def show_index(): msg.subject = f"test_游戏日报" full_filename = os.path.join(app.config['UPLOAD_FOLDER'], 'img2019-10-31.png') + print(full_filename) msg.html = render_template('index.html', user_image=full_filename) thread = Thread(target=send_async_email, args=[app, msg])