From f8ebff7ff5d35c4544f417e1a0cf3e639e4b7b22 Mon Sep 17 00:00:00 2001 From: "Ernest W. Durbin III" Date: Sat, 23 Dec 2017 22:18:27 -0500 Subject: [PATCH] Less leaky __repr__ for OTPAccount class --- decrypt_otpauth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decrypt_otpauth.py b/decrypt_otpauth.py index 47a4162..3561acb 100644 --- a/decrypt_otpauth.py +++ b/decrypt_otpauth.py @@ -76,7 +76,7 @@ class OTPAccount: self.refDate = refDate def __repr__(self): - return f'' + return f'' def decode_archive(archive): label = archive.decode("label")