Fix method access in ABSConnector to use the correct private method for library page retrieval
This commit is contained in:
parent
e0a423f296
commit
fbda3f1f1d
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class ABSConnector:
|
||||||
page = 0
|
page = 0
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
data = self.__get_library_page(library_id, page, page_size)
|
data = self._get_library_page(library_id, page, page_size)
|
||||||
|
|
||||||
yield from data["results"]
|
yield from data["results"]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue