From 38bef5b43fd111dc852b5c718c7adc90553550b8 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Tue, 9 Jan 2024 11:26:26 +0100 Subject: [PATCH] Fix error message Signed-off-by: Pol Henarejos --- tools/secure_key/windows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/secure_key/windows.py b/tools/secure_key/windows.py index 79bec21..84cecec 100644 --- a/tools/secure_key/windows.py +++ b/tools/secure_key/windows.py @@ -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: