Selaa lähdekoodia

flask_app: 增加邮件服务

Signed-off-by: Binren Zhnag <zhangbr@elab-plus.com>
Binren Zhnag 5 vuotta sitten
vanhempi
commit
6c48220c8d
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      flask_app.py

+ 1 - 0
flask_app.py

@@ -5,6 +5,7 @@ from test_info import TestInfo
 from tongce import TongCe
 from apscheduler_elab import Config
 from flask_apscheduler import APScheduler
+from email_util import EmailUtil
 import decimal
 from report_push import ReportPush