From 036760bfd4a3d06b534be06bc3a56843ccb84868 Mon Sep 17 00:00:00 2001 From: Ben McGinnes Date: Sun, 2 Nov 2014 16:04:39 +1100 Subject: [PATCH] Fixed typo with list_mute_ids. --- twython/endpoints.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/twython/endpoints.py b/twython/endpoints.py index 7ac9961..81aa582 100644 --- a/twython/endpoints.py +++ b/twython/endpoints.py @@ -542,8 +542,8 @@ class EndpointsMixin(object): """ return self.get('mutes/users/ids', params=params) - list_mutes_ids.iter_mode = 'cursor' - list_mutes_ids.iter_key = 'ids' + list_mute_ids.iter_mode = 'cursor' + list_mute_ids.iter_key = 'ids' def create_mute(self, **params): """Mutes the specified user, preventing their tweets appearing