Removed only_email.csv

This commit is contained in:
Vincent Yiu 2021-03-26 21:00:35 +08:00
parent 894b7da4cc
commit f7b6cecfc5

View file

@ -265,9 +265,6 @@ def get_search():
foot = "</table></center>"
f = open('{}.html'.format(outfile), 'wb')
f.write(css.encode())
f1=open('only_email.csv','a')
f1.write((email+"\n"))
f1.close()
f.write(header.encode())
f.write(body.encode())
f.write(foot.encode())