This commit is contained in:
Kovid Goyal 2019-04-01 14:25:48 +05:30
parent 7f7f88c941
commit 972d98302e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -117,6 +117,6 @@ class Pagina12(BasicNewsRecipe):
self.temp_files.append(tfile)
result = tfile.name
except:
print "Retrying download..."
self.info("Retrying download...")
count += 1
return result