Skip to content

Commit

Permalink
Merge pull request #2254 from sherlock-project/fix-sync-json-data
Browse files Browse the repository at this point in the history
updated sherlock path
  • Loading branch information
sdushantha authored Aug 11, 2024
2 parents 7b2076c + fce4347 commit 573ae6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/site-list.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
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
Expand Down

0 comments on commit 573ae6c

Please sign in to comment.