Update hackingtool.py

This commit is contained in:
Christian Clauss 2022-06-15 13:32:11 +02:00 committed by GitHub
parent a62716c5a4
commit 920a43ee38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,8 +110,7 @@ if __name__ == "__main__":
# If not Linux and probably Windows
elif system() == "Windows":
print(
"\033[91m Please Run This Tool On A Debian System For Best Results "
r"\e[00m"
r"\033[91m Please Run This Tool On A Debian System For Best Results\e[00m"
)
sleep(2)
webbrowser.open_new_tab("https://tinyurl.com/y522modc")