swh.lister.core.paging_lister: Fix page initialization
This commit is contained in:
parent
81fd5f9c5d
commit
ec6968e31a
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ class PageByPageLister(SWHListerBase):
|
|||
nothing
|
||||
|
||||
"""
|
||||
page = min_bound or ''
|
||||
page = min_bound or 0
|
||||
loop_count = 0
|
||||
|
||||
self.min_page = min_bound
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue