mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 08:47:08 +00:00
Merge pull request #126 from TheYahya/hoadlck-close-file
Explicitly Close Result Text File
This commit is contained in:
commit
7c196a0d7a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue