mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 08:47:08 +00:00
Improve terminal appearence for site_list.py
This commit is contained in:
parent
40fc51fc32
commit
cc2b1cb27a
1 changed files with 2 additions and 1 deletions
|
@ -54,4 +54,5 @@ sorted_json_data = json.dumps(data, indent=2, sort_keys=True)
|
|||
with open("data.json", "w") as data_file:
|
||||
data_file.write(sorted_json_data)
|
||||
|
||||
print("\nFinished updating supported site listing!")
|
||||
sys.stdout.write("\r{0}".format(f"Finished updating supported site listing!\n"))
|
||||
sys.stdout.flush()
|
||||
|
|
Loading…
Reference in a new issue