From e9e49bbfce67eb343058df58f1657a3dcccd4053 Mon Sep 17 00:00:00 2001 From: pengtao Date: Thu, 31 Oct 2019 16:39:55 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily_report/test_report.py b/daily_report/test_report.py index dc28f3c..017a99d 100644 --- a/daily_report/test_report.py +++ b/daily_report/test_report.py @@ -4,7 +4,7 @@ from flask_mail import Mail, Message import os from threading import Thread -PEOPLE_FOLDER = os.path.join('./static', 'images') +PEOPLE_FOLDER = os.path.join('../static', 'images') app = Flask(__name__) app.config['UPLOAD_FOLDER'] = PEOPLE_FOLDER