We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc2dc2e commit 3431f66Copy full SHA for 3431f66
1 file changed
atwiki/core.py
@@ -44,6 +44,8 @@ def get_list(self, tag=None):
44
if m:
45
(total, cursor_begin, cursor_end) = (int(m.group(1)), int(m.group(2)), int(m.group(3)))
46
is_end = (total == cursor_end)
47
+ else:
48
+ is_end = True
49
for link in links:
50
page_id = self._uri.get_page_id_from_uri(link.attrs['href'])
51
page_name = link.text.strip()
0 commit comments