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