Delete report data once generated
This commit is contained in:
parent
c461c5fa49
commit
e59c956d0d
1 changed files with 3 additions and 2 deletions
|
@ -330,8 +330,9 @@ def report(token):
|
|||
|
||||
mail(site.admin_email, subject, email_body)
|
||||
|
||||
# TODO: delete report table
|
||||
# Report.delete().execute()
|
||||
# delete report table
|
||||
Report.delete().execute()
|
||||
|
||||
|
||||
def mail(to_email, subject, message):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue