Skip to content

Commit

Permalink
Revision 5 incomplete read
Browse files Browse the repository at this point in the history
  • Loading branch information
mknithin committed Oct 29, 2015
1 parent 463d6f9 commit 65af36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion email_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def getPage(url):
date = date[:3]
f.close()
return (page, date, f.url)
except urllib2.URLError, detail:
except urllib2.URLError, detail,httplib.HTTPException, httplib.IncompleteRead:
pass
return (None, (0,0,0), "")

Expand Down

0 comments on commit 65af36d

Please sign in to comment.