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:
|
for emails in all_emails:
|
||||||
print(emails)
|
print(emails)
|
||||||
|
|
||||||
if filename:
|
if filename:
|
||||||
try:
|
try:
|
||||||
print(green("[+] Saving files..."))
|
print(green("[+] Saving files..."))
|
||||||
with open(filename, 'w') as out_file:
|
with open(filename, 'w') as out_file:
|
||||||
|
|
Loading…
Reference in a new issue