Set more specific err msg

This commit is contained in:
Paul Pfeister
2024-05-13 01:07:17 -04:00
parent 50816be0c1
commit dc5d6d6d66
+1 -1
View File
@@ -203,7 +203,7 @@ def sherlock(
try:
underlying_request = TorRequest()
except OSError:
print("Tor is not available on your system!")
print("Tor not found in system path. Unable to continue.\n")
sys.exit(query_notify.finish())
underlying_session = underlying_request.session