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])