@@ -8,7 +8,7 @@ USERNAME = "Pico-HSM"
|
|||||||
try:
|
try:
|
||||||
import keyring
|
import keyring
|
||||||
except:
|
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)
|
sys.exit(-1)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user