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
Currently there are no timeout for the requests (e.g., response = requests.get(url, verify=False)). This means that the TCP connection stays open till the other side terminate it.