File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ def __init__(self, data_file_path=None):
110
110
# The default data file is the live data.json which is in the GitHub repo. The reason why we are using
111
111
# this instead of the local one is so that the user has the most up-to-date data. This prevents
112
112
# users from creating issue about false positives which has already been fixed or having outdated data
113
- data_file_path = "https://raw.githubusercontent.com/sherlock-project/sherlock/master/sherlock /resources/data.json"
113
+ data_file_path = "https://raw.githubusercontent.com/sherlock-project/sherlock/master/sherlock_project /resources/data.json"
114
114
115
115
# Ensure that specified data file has correct extension.
116
116
if not data_file_path .lower ().endswith (".json" ):
You can’t perform that action at this time.
0 commit comments