mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
0c0618178f
commit
c758c5be30
@ -570,7 +570,7 @@ def get_https_resource_securely(url, timeout=60, max_redirects=5, ssl_version=No
|
||||
if response.status != httplib.OK:
|
||||
raise HTTPError(url, response.status)
|
||||
return response.read()
|
||||
|
||||
# }}}
|
||||
|
||||
def extract_tarball(tar, destdir):
|
||||
prints('Extracting application files...')
|
||||
|
Loading…
x
Reference in New Issue
Block a user