Fixed typo with list_mute_ids.
This commit is contained in:
parent
b5847e3e84
commit
036760bfd4
1 changed files with 2 additions and 2 deletions
|
|
@ -542,8 +542,8 @@ class EndpointsMixin(object):
|
||||||
|
|
||||||
"""
|
"""
|
||||||
return self.get('mutes/users/ids', params=params)
|
return self.get('mutes/users/ids', params=params)
|
||||||
list_mutes_ids.iter_mode = 'cursor'
|
list_mute_ids.iter_mode = 'cursor'
|
||||||
list_mutes_ids.iter_key = 'ids'
|
list_mute_ids.iter_key = 'ids'
|
||||||
|
|
||||||
def create_mute(self, **params):
|
def create_mute(self, **params):
|
||||||
"""Mutes the specified user, preventing their tweets appearing
|
"""Mutes the specified user, preventing their tweets appearing
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue