Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/dc5d6d6d6662942699b9435daca18da350af2a19?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

Set more specific err msg

pull/2033/head
Paul Pfeister 11 months ago
parent 50816be0c1
commit dc5d6d6d66

@ -203,7 +203,7 @@ def sherlock(
try: try:
underlying_request = TorRequest() underlying_request = TorRequest()
except OSError: except OSError:
print("Tor is not available on your system!") print("Tor not found in system path. Unable to continue.\n")
sys.exit(query_notify.finish()) sys.exit(query_notify.finish())
underlying_session = underlying_request.session underlying_session = underlying_request.session

Loading…
Cancel
Save