From fce4347a3cf089cc3e07dfe0e1878084f4bb00c7 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sun, 11 Aug 2024 12:07:39 +0200 Subject: [PATCH] updated sherlock path --- devel/site-list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/site-list.py b/devel/site-list.py index 5534a94..70ea72d 100644 --- a/devel/site-list.py +++ b/devel/site-list.py @@ -5,7 +5,7 @@ import json import os # Read the data.json file -with open("sherlock/resources/data.json", "r", encoding="utf-8") as data_file: +with open("sherlock_project/resources/data.json", "r", encoding="utf-8") as data_file: data: dict = json.load(data_file) # Removes schema-specific keywords for proper processing