mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-06 16:26:32 +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)
|
||||
result = tfile.name
|
||||
except:
|
||||
print "Retrying download..."
|
||||
self.info("Retrying download...")
|
||||
count += 1
|
||||
return result
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue