mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-06 18:24:45 +01:00
...
This commit is contained in:
parent
c1eb2f9523
commit
7f7f88c941
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ def get_obfuscated_article(self, url):
|
||||||
self.temp_files.append(tfile)
|
self.temp_files.append(tfile)
|
||||||
result = tfile.name
|
result = tfile.name
|
||||||
except:
|
except:
|
||||||
print "Retrying download..."
|
self.info("Retrying download...")
|
||||||
count += 1
|
count += 1
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue