Fix for fix

This commit is contained in:
Lorenz Diener 2017-09-08 16:41:39 +02:00
pare 419bedc55a
commit 7ded08fd84

Veure arxiu

@ -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: