We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b9723 commit 5a87330Copy full SHA for 5a87330
setup/install.py
@@ -91,6 +91,6 @@ def install():
91
print(''+GR+" [+] Also note that the next time you want to run this tool, just simply execute "+O+'tidos'+GR+" in terminal.\n")
92
sys.exit()
93
94
- except KeyboardInterrupt:
+ except KeyboardInterrupt: # incase user wants to exit
95
96
print(R+'\n [-] Installation aborted...\n')
0 commit comments