ThreeSixtyGiving / datagetter

Scripts to download data from http://registry.threesixtygiving.org
MIT License
1 stars 1 forks source link

Output more detail for failed http requests #4

Open michaelwood opened 4 years ago

michaelwood commented 4 years ago

Currently we just output our own message but it would be useful to know what kind of failure it is (e.g. 404 file not found)

hint https://github.com/ThreeSixtyGiving/datagetter/blob/master/getter/get.py#L121