forked from facebookarchive/python-instagram
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added timeout parameter for API objects
By default there is no timeout on requests to the InstagramAPI. This can cause unexpected behavior if a system is not anticipating a request to block indefinitely. This patch stops short of imposing a default timeout value, but does expose the ability to specify a timeout value upon creating an api object. The README has also been updated.
- Loading branch information
Colin Stolley
committed
Oct 5, 2015
1 parent
dfeebe9
commit 93cd4fd
Showing
2 changed files
with
26 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters