mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 03:43:02 +00:00
updated sherlock path
This commit is contained in:
parent
7b2076c113
commit
fce4347a3c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import json
|
||||||
import os
|
import os
|
||||||
|
|
||||||
# Read the data.json file
|
# 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)
|
data: dict = json.load(data_file)
|
||||||
|
|
||||||
# Removes schema-specific keywords for proper processing
|
# Removes schema-specific keywords for proper processing
|
||||||
|
|
Loading…
Reference in a new issue