Added some comments

This commit is contained in:
Dan Dembinski
2021-03-19 02:28:08 -04:00
parent 12c4722fe9
commit 5720ac4dbb
2 changed files with 5 additions and 0 deletions

View File

@@ -102,6 +102,7 @@ def send_email(test, record):
bodyHTML = MIMEText(HTMLpart, "html")
#html output for testing
f = open("sample.html", 'w')
f.write(HTMLpart)
f.close()