Skip to content

Commit

Permalink
Remove allow_contributor_request endpoint parameter for API.set_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Feb 13, 2021
1 parent 2c2f0ec commit 1cc33b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tweepy/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,7 @@ def set_settings(self, *args, **kwargs):
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
)

Expand Down

0 comments on commit 1cc33b2

Please sign in to comment.