From 4dbb198c9ed772ef71abd2e1f1f71ed1b7f5d998 Mon Sep 17 00:00:00 2001 From: "Ernest W. Durbin III" Date: Sat, 23 Dec 2017 22:34:56 -0500 Subject: [PATCH] fix typo --- decrypt_otpauth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decrypt_otpauth.py b/decrypt_otpauth.py index 3561acb..0839f2c 100644 --- a/decrypt_otpauth.py +++ b/decrypt_otpauth.py @@ -55,7 +55,7 @@ class OTPFolder: class OTPAccount: label = None - issue = None + issuer = None secret = None type = None algorithm = None