mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 19:13:40 +02:00
...
This commit is contained in:
parent
0c0618178f
commit
c758c5be30
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue