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

View File

@ -153,7 +153,7 @@ class Ambito_Financiero(BasicNewsRecipe):
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