Fix favorites methods. Retry request when enabled by defaults will retry on any non...
authorJosh Roesslein <jroesslein@gmail.com>
Wed, 14 Oct 2009 17:30:36 +0000 (12:30 -0500)
committerJosh Roesslein <jroesslein@gmail.com>
Wed, 14 Oct 2009 17:30:36 +0000 (12:30 -0500)
commite7139bb0a0d93b965e55e5c7735099ff343f209c
tree2eb477ccba325bcaefe6520c3d401ee2b935a278
parent639980ced616de9a208e20fb20ae47b4f6545121
Fix favorites methods. Retry request when enabled by defaults will retry on any non-200 error. If retry_errors list is supplied it will then only retry when those status codes are returned by twitter.
tweepy/api.py
tweepy/binder.py