新增周报脚本

This commit is contained in:
pengtao 2019-11-20 13:54:30 +08:00
parent fd007e88c3
commit 3529c95491

View File

@ -107,7 +107,6 @@ def send_tapweekly():
day = request.args.get('day')
recipients = ["pengtao@kingsome.cn"]
msg = Message(title, sender=sender, recipients=recipients)
from taptap.tap_weekly_mail import TapWeeklyReport
twr = TapWeeklyReport(day)
data = twr.build()
print(data)