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

Update version.

pull/317/head
Christopher K. Hoadley 6 years ago
parent f98d2f4678
commit 9c66a19901

@ -68,7 +68,7 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank]
[--print-found]
USERNAMES [USERNAMES ...]
Sherlock: Find Usernames Across Social Networks (Version 0.8.2)
Sherlock: Find Usernames Across Social Networks (Version 0.8.3)
positional arguments:
USERNAMES One or more usernames to check with social networks.

@ -26,7 +26,7 @@ from torrequest import TorRequest
from load_proxies import load_proxies_from_csv, check_proxy_list
module_name = "Sherlock: Find Usernames Across Social Networks"
__version__ = "0.8.2"
__version__ = "0.8.3"
amount = 0

Loading…
Cancel
Save