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 @@ 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