添加导出率
This commit is contained in:
parent
cc9dc2192f
commit
23452a08a3
@ -70,7 +70,7 @@ def send_dailyreport():
|
||||
return jsonify("PLS input arfs")
|
||||
rp = Report(day, project)
|
||||
data = rp.run()
|
||||
|
||||
print(data)
|
||||
data[day] = day
|
||||
msg.subject = f"{project}_{day}_数据"
|
||||
msg.html = render_template('report.html', data=data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user