Unverified Commit 920a43ee authored by Christian Clauss's avatar Christian Clauss Committed by GitHub
Browse files

Update hackingtool.py

parent a62716c5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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")