Rename Python code

The name dark_visitors.py gives the impression that the code is entirely
related to the dark visitors website, whereas the update command relates
to dark visitors and the convert command is unrelated to dark visitors.
This commit is contained in:
Glyn Normington 2025-01-04 04:55:34 +00:00
parent 2036a68c1f
commit 3a43714908
3 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ jobs:
git config --global user.name "dark-visitors" git config --global user.name "dark-visitors"
git config --global user.email "dark-visitors@users.noreply.github.com" git config --global user.email "dark-visitors@users.noreply.github.com"
echo "Updating robots.json with data from darkvisitor.com ..." echo "Updating robots.json with data from darkvisitor.com ..."
python code/dark_visitors.py --update python code/robots.py --update
echo "... done." echo "... done."
git --no-pager diff git --no-pager diff
git add -A git add -A

View file

@ -25,7 +25,7 @@ jobs:
git log -1 git log -1
git status git status
echo "Updating robots.txt and table-of-bot-metrics.md if necessary ..." echo "Updating robots.txt and table-of-bot-metrics.md if necessary ..."
python code/dark_visitors.py --convert python code/robots.py --convert
echo "... done." echo "... done."
git --no-pager diff git --no-pager diff
git add -A git add -A