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

correct code

pull/139/head
Pedro Almeida 6 years ago committed by GitHub
parent 2ef168d924
commit 1ed24f5993
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,4 @@ with open("sites.md", "w") as site_file:
site_file.write(f'{index}. [{social_network}]({url_main})\n')
index = index + 1
for social_network in data.items():
print(social_network)
print("Finished updating supported site listing!")

Loading…
Cancel
Save