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
Originally reported by: Domen Kožar (Bitbucket: iElectric, GitHub: Unknown)
In case the website is down, it would be wise to set timeout to 3 seconds or similar
The text was updated successfully, but these errors were encountered:
Original comment by Sybren Stüvel (Bitbucket: sybren, GitHub: sybren):
This is a good idea.
In the mean time, you can use http://docs.python.org/3/library/socket.html#socket.setdefaulttimeout to simply set a default timeout before performing your FlickrAPI call.
Sorry, something went wrong.
Original comment by Domen Kožar (Bitbucket: iElectric, GitHub: Unknown):
socket.setdefaulttimeout changes global state, which can lead to unexpected problems, but for now it will do :)
fd7225e
No branches or pull requests
Originally reported by: Domen Kožar (Bitbucket: iElectric, GitHub: Unknown)
In case the website is down, it would be wise to set timeout to 3 seconds or similar
The text was updated successfully, but these errors were encountered: