Skip to content

Commit f79bbfc

Browse files
committed
Update message
1 parent 27badf6 commit f79bbfc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

sherlock/sherlock.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,11 +209,14 @@ def sherlock(
209209
from torrequest import TorRequest # noqa: E402
210210
except ImportError:
211211
print("Important!")
212-
print("> Dependencies for --tor and --unique-tor are now optional, and WILL BE DEPRECATED in a future release of Sherlock.")
213-
print("> If you've installed Sherlock via pip, you can install with the dependency with `pip install sherlock-project[tor]`.")
214-
print("> Other packages should refer to their documentation, or install separately with `pip install torrequest`.\n")
212+
print("> --tor and --unique-tor are now DEPRECATED, and may be removed in a future release of Sherlock.")
213+
print("> If you've installed Sherlock via pip, you can include the optional dependency via `pip install sherlock-project[tor]`.")
214+
print("> Other packages should refer to their documentation, or install it separately with `pip install torrequest`.\n")
215215
sys.exit(query_notify.finish())
216216

217+
print("Important!")
218+
print("> --tor and --unique-tor are now DEPRECATED, and may be removed in a future release of Sherlock."))
219+
217220
# Requests using Tor obfuscation
218221
try:
219222
underlying_request = TorRequest()

0 commit comments

Comments
 (0)