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
{{ message }}
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
You can tell Requests to stop waiting for a response after a given number of seconds with the timeout parameter. Nearly all production code should use this parameter in nearly all requests. Failure to do so can cause your program to hang indefinitely.
implement optional parameter for https://requests.readthedocs.io/en/master/user/quickstart/#timeouts
at https://github.com/davidhuser/dhis2.py/blob/master/dhis2/api.py#L202
The text was updated successfully, but these errors were encountered: