mirror of
https://github.com/nikdoof/decrypt-otpauth-files.git
synced 2025-12-13 08:22:16 +00:00
less verbose __repr__ for OTPFolder
This commit is contained in:
@@ -45,7 +45,7 @@ class OTPFolder:
|
||||
self.accounts = accounts
|
||||
|
||||
def __repr__(self):
|
||||
return f'<OTPFolder: {self.name}, {self.accounts}>'
|
||||
return f'<OTPFolder: {self.name}>'
|
||||
|
||||
def decode_archive(archive):
|
||||
name = archive.decode('name')
|
||||
|
||||
Reference in New Issue
Block a user