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
requests.post() and requests.get() are called without timeout parameter, so clients could hang for ever. maybe a global parameter could be added, so timeouts could be passed through to these calls.