1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

Fix two mypy issues

This commit is contained in:
Christian Clauss
2022-06-15 13:26:49 +02:00
committed by GitHub
parent a8291d2bac
commit a62716c5a4

View File

@ -105,13 +105,14 @@ if __name__ == "__main__":
if not os.path.exists(archive):
os.mkdir(archive)
os.chdir(archive)
all_tools = AllTools()
all_tools.show_options()
AllTools().show_options()
# If not Linux and probably Windows
elif system() == "Windows":
print(
"\033[91m Please Run This Tool On A Debian System For Best Results " "\e[00m")
"\033[91m Please Run This Tool On A Debian System For Best Results "
r"\e[00m"
)
sleep(2)
webbrowser.open_new_tab("https://tinyurl.com/y522modc")