Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Jan 26, 2024
1 parent 4a26e4d commit 822cde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hsds/domain_crawl.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ async def get_links(self, grp_id, titles=None):
new_links = links # store the links

follow_links = self._follow_links
# check that we are not exeding the limit
# check that we are not exceeding the limit
if self._limit:
left = self._limit - self._count
if left < len(new_links):
Expand Down

0 comments on commit 822cde5

Please sign in to comment.