Skip to content

Commit

Permalink
fix: trigger automated release flow on main
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-wilton committed Jun 5, 2024
1 parent f6a8a34 commit d4171dc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
26 changes: 0 additions & 26 deletions CHANGELOG.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Sitemappy is a command-line application, and also provides Python interfaces for
- [x] Crawling politeness argument
- [ ] Follow HTTP redirect responses
- [ ] HTTP error response handling
- [ ] Add DEBUG, INFO and ERROR logging
- [ ] Adhere to a website's `robots.txt`
- [ ] "Spider Trap" resilience
- [ ] Introduce `multiprocessing`
Expand Down
2 changes: 1 addition & 1 deletion src/sitemappy/link_scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def __init__(
client: httpx.AsyncClient | None = None,
):
"""
Initialise a new asynchrous link scaper.
Initialise a new asynchronous link scaper.
:param base_url: Base URL of the site to crawl
:param client: httpx.AsyncClient for making requests
Expand Down

0 comments on commit d4171dc

Please sign in to comment.