新增周报脚本
This commit is contained in:
parent
fd007e88c3
commit
3529c95491
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user