Update sites.py

pull/1987/head
Chris-Ross 8 months ago
parent bf4372a2f0
commit 348cbfc70b

@ -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"):

Loading…
Cancel
Save