diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index f652822..53b5081 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -2975,8 +2975,8 @@ class Mastodon: """ id = self.__unpack_id(id) return self.__api_request('POST', '/api/v1/admin/reports/{0}/resolve'.format(id)) - @api_version("3.5.3", "3.5.3", __DICT_VERSION_DOMAIN_BLOCKS) + @api_version("3.5.3", "3.5.3", __DICT_VERSION_DOMAIN_BLOCKS) def admin_domain_blocks_list(self): """ List domain blocks.