Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/573ae6c4889ddc4f37f4f5ffd4a3ea07bd1f581b You should set ROOT_URL correctly, otherwise the web may not work correctly.

Merge pull request from sherlock-project/fix-sync-json-data

updated sherlock path
pull/2252/merge
Siddharth Dushantha 8 months ago committed by GitHub
commit 573ae6c488
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save