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
This statement will never be True: https://github.com/MITLibraries/solenoid/blob/master/solenoid/elements/views.py#L60 since requests will always return a response, raise an exception or hang indefinitely if no timeout has been provided to the request. The best thing to do will probably be to set a timeout on the request and catch any requests.Timeout exceptions.
The text was updated successfully, but these errors were encountered:
This statement will never be True: https://github.com/MITLibraries/solenoid/blob/master/solenoid/elements/views.py#L60 since
requests
will always return a response, raise an exception or hang indefinitely if no timeout has been provided to the request. The best thing to do will probably be to set a timeout on the request and catch anyrequests.Timeout
exceptions.The text was updated successfully, but these errors were encountered: