Fix crash when sleeping/waking up device

This commit is contained in:
angelblue05 2016-07-22 17:10:35 -05:00
commit 793bd66554
4 changed files with 25 additions and 4 deletions

View file

@ -289,6 +289,7 @@ class DownloadUtils():
log("Unable to convert the response for: %s" % url, 1)
else: # Bad status code
log("=== Bad status response: %s ===" % r.status_code, -1)
r.raise_for_status()
##### EXCEPTIONS #####