mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-06 19:05:22 +01:00
...
This commit is contained in:
parent
7f7f88c941
commit
972d98302e
1 changed files with 1 additions and 1 deletions
|
|
@ -117,6 +117,6 @@ 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