We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I sometimes run into the issue of an external API call timing out:
ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7f3945ef3680>, 'Connection to api.mymemory.translated.net timed out. (connect timeout=None)')
It would be good to have the ability to pass the timeout parameter so code doesn't hang until the connection is closed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I sometimes run into the issue of an external API call timing out:
It would be good to have the ability to pass the timeout parameter so code doesn't hang until the connection is closed.
The text was updated successfully, but these errors were encountered: