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

added default timeout of 60 seconds

pull/1483/head
Henrik Nilsenius 3 years ago
parent 4ed6c1060a
commit 34a49ef4b5

@ -162,7 +162,7 @@ def MultipleUsernames(username):
def sherlock(username, site_data, query_notify,
tor=False, unique_tor=False,
proxy=None, timeout=None):
proxy=None, timeout=60):
"""Run Sherlock Analysis.
Checks for existence of username on various social media sites.
@ -178,7 +178,7 @@ def sherlock(username, site_data, query_notify,
unique_tor -- Boolean indicating whether to use a new tor circuit for each request.
proxy -- String indicating the proxy URL
timeout -- Time in seconds to wait before timing out request.
Default is no timeout.
Default is 60 seconds.
Return Value:
Dictionary containing results from report. Key of dictionary is the name

Loading…
Cancel
Save