Skip to content

Commit 712630c

Browse files
committed
printing URL when it cannot be read
1 parent cd1eda4 commit 712630c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web_getter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def getUrl(self, url):
4040
except (urllib2.URLError, socket.timeout), e:
4141
# retry
4242
timeout *= self.timeoutFactor
43+
print 'Could not get URL:', url
4344
raise e
4445

4546
def getCacheFilename(self, url):

0 commit comments

Comments
 (0)