Fix error message

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2024-01-09 11:26:26 +01:00
parent 2034e436d1
commit 38bef5b43f
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -8,7 +8,7 @@ USERNAME = "Pico-HSM"
try:
import keyring
except:
print('ERROR: keyring module not found! Install keyring package.\nTry with `pip install keyrings.osx-keychain-keys`')
print('ERROR: keyring module not found! Install keyring package.\nTry with `pip install keyring`')
sys.exit(-1)
try: