mirror of
https://github.com/vysecurity/LinkedInt.git
synced 2025-12-06 08:52:29 +01:00
Removed only_email.csv
This commit is contained in:
parent
894b7da4cc
commit
f7b6cecfc5
1 changed files with 0 additions and 3 deletions
|
|
@ -265,9 +265,6 @@ def get_search():
|
||||||
foot = "</table></center>"
|
foot = "</table></center>"
|
||||||
f = open('{}.html'.format(outfile), 'wb')
|
f = open('{}.html'.format(outfile), 'wb')
|
||||||
f.write(css.encode())
|
f.write(css.encode())
|
||||||
f1=open('only_email.csv','a')
|
|
||||||
f1.write((email+"\n"))
|
|
||||||
f1.close()
|
|
||||||
f.write(header.encode())
|
f.write(header.encode())
|
||||||
f.write(body.encode())
|
f.write(body.encode())
|
||||||
f.write(foot.encode())
|
f.write(foot.encode())
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue