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 b7507ac commit d2d84abCopy full SHA for d2d84ab
1 file changed
gallagher/cc/core.py
@@ -541,12 +541,12 @@ async def follow(
541
# send this back to the caller
542
yield parsed_obj
543
544
- if not parsed_obj.next:
+ if not parsed_obj.updates:
545
return
546
547
# set the url to the next follow and we should
548
# be able to follow this endlessly
549
- url = f"{parsed_obj.next.href}"
+ url = f"{parsed_obj.updates.href}"
550
551
elif response.status_code == HTTPStatus.NOT_FOUND:
552
raise NotFoundException()
0 commit comments