diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-11-11 00:21:00 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-11-11 00:21:00 +0200 |
commit | 78a1c174688d51040d76fce0b9bc7693ec985a97 (patch) | |
tree | e1e9dfe35d35eee58db5f47c529697de794e47fc /mastodon | |
parent | 6e170393e6a044d9d6981a15d94b7cdada97aac4 (diff) | |
download | mastodon.py-78a1c174688d51040d76fce0b9bc7693ec985a97.tar.gz |
Fix tests
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/Mastodon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index a370deb..5cc0f57 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -2321,7 +2321,7 @@ class Mastodon: | |||
2321 | ### | 2321 | ### |
2322 | # Writing data: Featured hashtags | 2322 | # Writing data: Featured hashtags |
2323 | ### | 2323 | ### |
2324 | @api_version("3.0.0", "3.0.0", __DICT_VERSION_FEATURED_TAG) | 2324 | @api_version("3.0.0", "4.0.0", __DICT_VERSION_FEATURED_TAG) |
2325 | def featured_tag_create(self, name): | 2325 | def featured_tag_create(self, name): |
2326 | """ | 2326 | """ |
2327 | Creates a new featured hashtag displayed on the logged-in users profile. | 2327 | Creates a new featured hashtag displayed on the logged-in users profile. |