Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
Commits
b875bdcc
Commit
b875bdcc
authored
Apr 18, 2014
by
Aaron Hill
Browse files
Fix wait_on_rate_limit_notify
parent
32279128
Changes
1
Hide whitespace changes
Inline
Side-by-side
tweepy/binder.py
View file @
b875bdcc
...
...
@@ -41,6 +41,7 @@ def bind_api(**config):
self
.
retry_delay
=
kargs
.
pop
(
'retry_delay'
,
api
.
retry_delay
)
self
.
retry_errors
=
kargs
.
pop
(
'retry_errors'
,
api
.
retry_errors
)
self
.
wait_on_rate_limit
=
kargs
.
pop
(
'wait_on_rate_limit'
,
api
.
wait_on_rate_limit
)
self
.
wait_on_rate_limit_notify
=
kargs
.
pop
(
'wait_on_rate_limit_notify'
,
api
.
wait_on_rate_limit_notify
)
self
.
parser
=
kargs
.
pop
(
'parser'
,
api
.
parser
)
self
.
headers
=
kargs
.
pop
(
'headers'
,
{})
self
.
build_parameters
(
args
,
kargs
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment