Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Feb 20, 2021
1 parent 9563d63 commit 60bb9aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/spiders.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ All spiders support these arguments:

..
If you add or rename a spider argument, remember to update `ScrapyLogFile.is_complete()` in:
https://github.com/open-contracting/kingfisher-archive/blob/master/ocdskingfisherarchive/scrapy_log_file.py
https://github.com/open-contracting/kingfisher-archive/blob/main/ocdskingfisherarchive/scrapy_log_file.py
Some spiders support these arguments:

Expand Down
2 changes: 1 addition & 1 deletion kingfisher_scrapy/commands/checkall.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Checker:
########
#
# If you need to change this list, remember to update `ScrapyLogFile.is_complete()` in:
# https://github.com/open-contracting/kingfisher-archive/blob/master/ocdskingfisherarchive/scrapy_log_file.py
# https://github.com/open-contracting/kingfisher-archive/blob/main/ocdskingfisherarchive/scrapy_log_file.py
#
# Add more spider arguments as needed.
known_spider_arguments = [
Expand Down

0 comments on commit 60bb9aa

Please sign in to comment.