diff options
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 d37d437..ef428d2 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -2472,7 +2472,7 @@ class Mastodon: | |||
2472 | if not status_ids is None: | 2472 | if not status_ids is None: |
2473 | if not isinstance(status_ids, list): | 2473 | if not isinstance(status_ids, list): |
2474 | status_ids = [status_ids] | 2474 | status_ids = [status_ids] |
2475 | status_ids = list(map(lambda x: self.__unpack_id(x), status_ids)) | 2475 | status_ids = list(map(lambda x: self.__unpack_id(x), status_ids)) |
2476 | 2476 | ||
2477 | params_initial = locals() | 2477 | params_initial = locals() |
2478 | if forward == False: | 2478 | if forward == False: |