-
- Downloads
Fix typo that causes exception when !200 response
When we get a non-200 response, we try to log what we got but there was a typo and instead we ended up throwing an exception: Failed to load taglist for pgsql-announce: Exception 'Response' object has no attribute 'statuscode' Fix that by changing statuscode -> status_code.
parent
23966b39
No related branches found
No related tags found
Please register or sign in to comment