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