You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that this code is a little too generic. I wonder if you'd be open to a PR that changes the logic here from catching Exception to HTTPConnectionError (or even better, something that understands HTTP response codes).
It seems that this code is a little too generic. I wonder if you'd be open to a PR that changes the logic here from catching
ExceptiontoHTTPConnectionError(or even better, something that understands HTTP response codes).Thoughts?