From 348cbfc70bd28bd24d4d14614b19d6223d10c722 Mon Sep 17 00:00:00 2001 From: Chris-Ross <50593464+Chris-Ross@users.noreply.github.com> Date: Fri, 2 Feb 2024 00:35:00 -0500 Subject: [PATCH] Update sites.py --- spectre/sites.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectre/sites.py b/spectre/sites.py index 620e80f4..c4234d27 100644 --- a/spectre/sites.py +++ b/spectre/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://github.com/Chris-Ross/spectre/blob/master/spectre/resources/data.json" + data_file_path = "https://raw.githubusercontent.com/Chris-Ross/spectre/master/spectre/resources/data.json" # Ensure that specified data file has correct extension. if not data_file_path.lower().endswith(".json"):