Clarify meaning of "Total Websites" count. It is really "Total Websites Username Detected On".

pull/442/head^2
Christopher K. Hoadley 5 years ago
parent 2c2c6dd42f
commit a228a00753

@ -616,7 +616,7 @@ def main():
if dictionary.get("exists") == "yes":
exists_counter += 1
file.write(dictionary["url_user"] + "\n")
file.write("Total Websites : {}".format(exists_counter))
file.write(f"Total Websites Username Detected On : {exists_counter}")
file.close()
if args.csv == True:

Loading…
Cancel
Save