Shrink error message

This commit is contained in:
Paul Pfeister 2024-07-08 01:34:20 -04:00
parent 0ece8bf672
commit 80e61cd3be
No known key found for this signature in database
GPG key ID: 70D33A96CBD7A994

View file

@ -14,7 +14,6 @@ try:
except ImportError:
print("Did you run Sherlock with `python3 sherlock/sherlock.py ...`?")
print("This is an outdated method. Please see https://sherlockproject.xyz/installation for up to date instructions.")
print("Most users can simply run `pipx install sherlock-project`, but other options are detailed on the website.")
sys.exit(1)
import csv