Skip to content

Commit

Permalink
ready for release v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ImanMontajabi committed Jun 11, 2023
1 parent 431b4e4 commit 11685a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tls-checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'\n> pip install -r requirements.txt\n'
'\nor\n'
'\n> pip3 install -r requirements.txt\n'
)
)
install = input('• Would you like to install requirements automatically? [y=YES, n=NO]:').strip().lower()
if install == 'y':
import subprocess
Expand Down

0 comments on commit 11685a7

Please sign in to comment.