Files
notifications-api/app
Leo Hemsted 325f271e25 handle doc dl connection errors correctly
previously we'd see an error message in the logs:
`AttributeError: 'NoneType' object has no attribute 'status_code'`
because we were assuming the requests exception would always have a
response - it won't have a response if it wasn't able to create a
connection at all.
2020-12-23 12:21:24 +00:00
..
2020-12-01 11:16:15 +00:00
2020-09-21 14:40:22 +01:00
2020-12-07 15:24:02 +00:00