Fix for fix
This commit is contained in:
pare
419bedc55a
commit
7ded08fd84
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions
|
@ -853,7 +853,7 @@ class Mastodon:
|
||||||
|
|
||||||
Returns the previous page or None if no further data is available.
|
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]:
|
if '_pagination_prev' in next_page[0]:
|
||||||
params = copy.deepcopy(next_page[0]['_pagination_prev'])
|
params = copy.deepcopy(next_page[0]['_pagination_prev'])
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Referencia en una nova incidència