From d0162764781cacdef5c6c9e96ba0084856f5ddc5 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Mon, 8 Jul 2024 05:51:28 -0400 Subject: [PATCH] Update remote uri --- sherlock_project/sites.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock_project/sites.py b/sherlock_project/sites.py index 112b6d02..847d1576 100644 --- a/sherlock_project/sites.py +++ b/sherlock_project/sites.py @@ -110,7 +110,7 @@ class SitesInformation: # The default data file is the live data.json which is in the GitHub repo. The reason why we are using # this instead of the local one is so that the user has the most up-to-date data. This prevents # users from creating issue about false positives which has already been fixed or having outdated data - data_file_path = "https://raw.githubusercontent.com/sherlock-project/sherlock/master/sherlock/resources/data.json" + data_file_path = "https://raw.githubusercontent.com/sherlock-project/sherlock/master/sherlock_project/resources/data.json" # Ensure that specified data file has correct extension. if not data_file_path.lower().endswith(".json"):