diff --git a/sherlock.py b/sherlock.py index 5288befa..cbb0fb24 100644 --- a/sherlock.py +++ b/sherlock.py @@ -11,8 +11,8 @@ def write_to_file(url, fname): def main(): # Not sure why, but the banner messes up if i put into one print function - print(" .\"\"\"-.") - print(" / \\") + print("\033[37;1m .\"\"\"-.") + print("\033[37;1m / \\") print("\033[37;1m ____ _ _ _ | _..--'-.") print("\033[37;1m/ ___|| |__ ___ _ __| | ___ ___| |__ >.`__.-\"\"\;\"`") print("\033[37;1m\___ \| '_ \ / _ \ '__| |/ _ \ / __| |/ / / /( ^\\") @@ -84,4 +84,4 @@ def main(): print("\033[1;92m[\033[0m\033[1;77m*\033[0m\033[1;92m] Saved: \033[37;1m{}\033[0m".format(username+".txt")) -main() \ No newline at end of file +main()