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

Comply with PEP 561

pull/2277/head
Paul Pfeister 4 months ago
parent 9e111a334b
commit 0d0335bca0
No known key found for this signature in database
GPG Key ID: 70D33A96CBD7A994

@ -167,14 +167,14 @@ def multiple_usernames(username):
def sherlock( def sherlock(
username, username: str,
site_data, site_data: dict,
query_notify: QueryNotify, query_notify: QueryNotify,
tor: bool = False, tor: bool = False,
unique_tor: bool = False, unique_tor: bool = False,
dump_response: bool = False, dump_response: bool = False,
proxy=None, proxy: str = None,
timeout=60, timeout: int = 60,
): ):
"""Run Sherlock Analysis. """Run Sherlock Analysis.

Loading…
Cancel
Save