This commit is contained in:
derwentx 2020-03-14 09:17:34 +11:00
parent 10600aab94
commit 79af9e5e53
No known key found for this signature in database
GPG key ID: 5B7659C68B8C603D

View file

@ -610,7 +610,7 @@ async def handler(lst):
sys.exit(1)
try:
filename = filename.split('.')[0] + '.xml'
filename.rsplit('.', 1)[0] + '.xml'
file = open(filename, 'w')
file.write('<?xml version="1.0" encoding="UTF-8"?><theHarvester>')
for x in all_emails: