projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c2f0ec
)
Remove allow_contributor_request endpoint parameter for API.set_settings
author
Harmon
<Harmon758@gmail.com>
Sat, 13 Feb 2021 06:08:52 +0000
(
00:08
-0600)
committer
Harmon
<Harmon758@gmail.com>
Sat, 13 Feb 2021 06:08:52 +0000
(
00:08
-0600)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index fc26df6b9d5fc48dbd10da248465934e6858dc43..2e82bec89977982be8e9ac5a740899d5faa5bfa1 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-678,8
+678,7
@@
class API:
return self.request(
'POST', 'account/settings', *args, endpoint_parameters=(
'sleep_time_enabled', 'start_sleep_time', 'end_sleep_time',
- 'time_zone', 'trend_location_woeid',
- 'allow_contributor_request', 'lang'
+ 'time_zone', 'trend_location_woeid', 'lang'
), use_cache=False, **kwargs
)