pull/83/head 1.1.0
Lorenz Diener 2017-09-08 16:41:39 +02:00
rodzic 419bedc55a
commit 7ded08fd84
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -853,7 +853,7 @@ class Mastodon:
Returns the previous page or None if no further data is available.
"""
if isinstance(next_page, list) and len(previous_page) != 0:
if isinstance(next_page, list) and len(next_page) != 0:
if '_pagination_prev' in next_page[0]:
params = copy.deepcopy(next_page[0]['_pagination_prev'])
else: