-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed extra sys.exit()s; _die_on_error() made static; Minor formatting fixes * Switched to API v3 * Improved error processing in _handle_api_error() * Introduced AccessProblem exception to fully replace SystemExit * Typo fix * Fixed from_cache requests by adding return_all=done to requests (per API documentation) * Reverted back to API v2 * Reverted back to API v3 * Unifying of URL parameters order * Error handling fixed * errorMessage renamed to error_message
- Loading branch information
Showing
2 changed files
with
43 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,4 @@ | |
import ssllabs | ||
|
||
if __name__ == '__main__': | ||
sys.exit(ssllabs.main()) | ||
sys.exit(ssllabs.main()) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters