We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 073ae9b commit ebd053eCopy full SHA for ebd053e
1 file changed
github_to_sqlite/utils.py
@@ -731,7 +731,7 @@ def scrape_dependents(repo, verbose=False):
731
yield from repos
732
# next page?
733
try:
734
- next_link = soup.select(".paginate-container")[0].find("a", text="Next")
+ next_link = soup.select(".paginate-container")[0].find("a", string="Next")
735
except IndexError:
736
break
737
if next_link is not None:
0 commit comments