Merge pull request #729 from theapocalipse/master

Adding line break at the end of the generated file
pull/731/head
Siddharth Dushantha 4 years ago committed by GitHub
commit a9ba60ba84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save