Allow defining retry count and delay defaults on API object.
authorJosh Roesslein <jroesslein@gmail.com>
Tue, 13 Oct 2009 22:45:35 +0000 (17:45 -0500)
committerJosh Roesslein <jroesslein@gmail.com>
Tue, 13 Oct 2009 22:45:35 +0000 (17:45 -0500)
commitb768e76c2f9dbb4ac5c8d0e4ef62872e2900f629
tree7d761ceb3c69e1dcbe8fe24dbb99bc8b751d6656
parent8fd79bab1462f828e038c98f7012202e7c8cd37f
Allow defining retry count and delay defaults on API object.

Example: api.retry_count = 5  --> retry failed requests 5 times maxium
tweepy/api.py
tweepy/binder.py