Adding/removing sites from data.json does nothing #2085
Answered
by
matheusfelipeog
realbaylen
asked this question in
Q&A
-
I have tried adding/removing entries from data.json but Sherlock does not check the newly added ones and it continues to check the removed ones. The only thing that is seemingly affected by the data.json file is the sites_list.py to generate the site list markdown file. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
matheusfelipeog
Apr 17, 2024
Replies: 1 comment
-
@realbaylen You should use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
matheusfelipeog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@realbaylen You should use the
--local
flag to force Sherlock to use the localdata.json
file. This way, your changes will take effect locally.