diff --git a/ssl_checker.py b/ssl_checker.py index 9665bf1..0232a67 100644 --- a/ssl_checker.py +++ b/ssl_checker.py @@ -76,7 +76,7 @@ def show_result(hosts): else: failed_cnt += 1 - print('\n{} successful and {} failed.'.format(len(hosts), failed_cnt)) + print('\n{} successful and {} failed.'.format(len(hosts) - failed_cnt, failed_cnt)) print(context)