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

Merge pull request from Niagara1000/master

Added notes for Anaconda users
pull/370/head
Siddharth Dushantha 5 years ago committed by GitHub
commit 376b3d8c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -126,6 +126,9 @@ python3 sherlock.py user1 user2 user3
Accounts found will be stored in an individual text file with the corresponding username (e.g ```user123.txt```).
## Anaconda (Windows) Notes
If you are using Anaconda in Windows, using 'python3' might not work. Use 'python' instead.
## Docker Notes
If docker is installed you can build an image and run this as a container.

Loading…
Cancel
Save