Merge pull request #126 from TheYahya/hoadlck-close-file

Explicitly Close Result Text File
This commit is contained in:
Christopher Kent Hoadley 2019-01-21 16:32:29 -06:00 committed by GitHub
commit 7c196a0d7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -326,6 +326,7 @@ def sherlock(username, site_data, verbose=False, tor=False, unique_tor=False, pr
Fore.WHITE + "{}").format(fname)) Fore.WHITE + "{}").format(fname))
final_score(amount, f) final_score(amount, f)
f.close()
return results_total return results_total