Skip to content

Commit 9a31f9d

Browse files
committed
Remove LPASS_ENCRYPTION_KEY.
1 parent 6d75a9e commit 9a31f9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/lpass

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ S_YELLOW = '\033[33m'
6868
S_WHITE = '\033[37m'
6969
S_RESET = '\033[0m'
7070

71-
LPASS_ENCRYPTION_KEY = '1234567890ABCDEF'
7271
LPASS_CONFIG_FILE = os.getenv('LPASS_CONFIG_FILE', os.path.expanduser("~/.lpass-config"))
7372
LPASS_BLOB_FILE = os.getenv('LPASS_BLOB_FILE', os.path.expanduser("~/.lpass-blob"))
7473
CLIENT_ID = None # Usually the IMEI.

0 commit comments

Comments
 (0)