We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d75a9e commit 9a31f9dCopy full SHA for 9a31f9d
scripts/lpass
@@ -68,7 +68,6 @@ S_YELLOW = '\033[33m'
68
S_WHITE = '\033[37m'
69
S_RESET = '\033[0m'
70
71
-LPASS_ENCRYPTION_KEY = '1234567890ABCDEF'
72
LPASS_CONFIG_FILE = os.getenv('LPASS_CONFIG_FILE', os.path.expanduser("~/.lpass-config"))
73
LPASS_BLOB_FILE = os.getenv('LPASS_BLOB_FILE', os.path.expanduser("~/.lpass-blob"))
74
CLIENT_ID = None # Usually the IMEI.
0 commit comments