mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-17 04:58:28 +00:00
Merge pull request #729 from theapocalipse/master
Adding line break at the end of the generated file
This commit is contained in:
commit
a9ba60ba84
1 changed files with 1 additions and 1 deletions
|
@ -604,7 +604,7 @@ def main():
|
|||
if dictionary.get("status").status == QueryStatus.CLAIMED:
|
||||
exists_counter += 1
|
||||
file.write(dictionary["url_user"] + "\n")
|
||||
file.write(f"Total Websites Username Detected On : {exists_counter}")
|
||||
file.write(f"Total Websites Username Detected On : {exists_counter}\n")
|
||||
|
||||
if args.csv:
|
||||
with open(username + ".csv", "w", newline='', encoding="utf-8") as csv_report:
|
||||
|
|
Loading…
Add table
Reference in a new issue