File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -209,11 +209,14 @@ def sherlock(
209
209
from torrequest import TorRequest # noqa: E402
210
210
except ImportError :
211
211
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 " )
215
215
sys .exit (query_notify .finish ())
216
216
217
+ print ("Important!" )
218
+ print ("> --tor and --unique-tor are now DEPRECATED, and may be removed in a future release of Sherlock." ))
219
+
217
220
# Requests using Tor obfuscation
218
221
try :
219
222
underlying_request = TorRequest ()
You can’t perform that action at this time.
0 commit comments