-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
image-checker.py: Fix python 3 compatibility (#105)
Move from using wget library to direct calls to urllib, doesn't add too much additional complexity to the code. Also handle HTTP errors as script errors instead of terminating abnormally. Fixes #104
- Loading branch information
1 parent
3dc452b
commit 6d2d653
Showing
2 changed files
with
33 additions
and
26 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
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 |
---|---|---|
@@ -1,3 +1,2 @@ | ||
pillow | ||
pyyaml | ||
wget |