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
timeout (float or tuple) – (optional) How many seconds to wait for the server to send data before giving up, as a float, or a (connect timeout, read timeout) tuple.
the documentation for
requests.request
says this:however the documentation for the same argument in
Session.request
does not clarify that it uses seconds:The text was updated successfully, but these errors were encountered: