Fix #59
This commit is contained in:
pare
613ad895c8
commit
87ee1df1c0
S'han modificat 1 arxius amb 1 adicions i 1 eliminacions
|
@ -809,7 +809,7 @@ class Mastodon:
|
|||
|
||||
all_pages = []
|
||||
current_page = first_page
|
||||
while current_page != None:
|
||||
while current_page != None and len(current_page) > 0:
|
||||
all_pages.extend(current_page)
|
||||
current_page = self.fetch_next(current_page)
|
||||
|
||||
|
|
Loading…
Referencia en una nova incidència