Skip to content

Commit 5a87330

Browse files
authored
Small code refactor to setup file
1 parent 32b9723 commit 5a87330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ def install():
9191
print(''+GR+" [+] Also note that the next time you want to run this tool, just simply execute "+O+'tidos'+GR+" in terminal.\n")
9292
sys.exit()
9393

94-
except KeyboardInterrupt:
94+
except KeyboardInterrupt: # incase user wants to exit
9595

9696
print(R+'\n [-] Installation aborted...\n')

0 commit comments

Comments
 (0)