[booru] call update_page() with correct dict (closes #82)

This commit is contained in:
Mike Fährmann
2018-03-19 11:30:21 +01:00
parent 44c267e362
commit 3905474805
3 changed files with 7 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ class BooruExtractor(SharedConfigExtractor):
if len(images) < self.per_page:
return
self.update_page(data)
self.update_page(images[-1])
def reset_page(self):
"""Initialize params to point to the first page"""