mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-21 19:33:02 +00:00
Update message
This commit is contained in:
parent
27badf6b3d
commit
f79bbfcdc1
1 changed files with 6 additions and 3 deletions
|
@ -209,11 +209,14 @@ def sherlock(
|
|||
from torrequest import TorRequest # noqa: E402
|
||||
except ImportError:
|
||||
print("Important!")
|
||||
print("> Dependencies for --tor and --unique-tor are now optional, and WILL BE DEPRECATED in a future release of Sherlock.")
|
||||
print("> If you've installed Sherlock via pip, you can install with the dependency with `pip install sherlock-project[tor]`.")
|
||||
print("> Other packages should refer to their documentation, or install separately with `pip install torrequest`.\n")
|
||||
print("> --tor and --unique-tor are now DEPRECATED, and may be removed in a future release of Sherlock.")
|
||||
print("> If you've installed Sherlock via pip, you can include the optional dependency via `pip install sherlock-project[tor]`.")
|
||||
print("> Other packages should refer to their documentation, or install it separately with `pip install torrequest`.\n")
|
||||
sys.exit(query_notify.finish())
|
||||
|
||||
print("Important!")
|
||||
print("> --tor and --unique-tor are now DEPRECATED, and may be removed in a future release of Sherlock."))
|
||||
|
||||
# Requests using Tor obfuscation
|
||||
try:
|
||||
underlying_request = TorRequest()
|
||||
|
|
Loading…
Reference in a new issue