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

Explicitly Close Result Text File
pull/127/head
Christopher Kent Hoadley 5 years ago committed by GitHub
commit 7c196a0d7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save