mirror of
https://github.com/maldevel/EmailHarvester.git
synced 2024-11-15 04:27:31 +08:00
dedent
This commit is contained in:
parent
cc4e9eb3d1
commit
88b5824204
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ if __name__ == '__main__':
|
|||
for emails in all_emails:
|
||||
print(emails)
|
||||
|
||||
if filename:
|
||||
if filename:
|
||||
try:
|
||||
print(green("[+] Saving files..."))
|
||||
with open(filename, 'w') as out_file:
|
||||
|
|
Loading…
Reference in a new issue