This commit is contained in:
pukkandan 2022-05-17 00:55:37 +05:30
parent b2a2d91310
commit 0fa7d2c8e4
No known key found for this signature in database
GPG Key ID: 7EEE9E1E817D0A39

View File

@ -336,11 +336,9 @@ class ChromeCookieDecryptor:
- KeyStorageLinux::CreateService - KeyStorageLinux::CreateService
""" """
def decrypt(self, encrypted_value): _cookie_counts = {}
raise NotImplementedError('Must be implemented by sub classes')
@property def decrypt(self, encrypted_value):
def _cookie_counts(self):
raise NotImplementedError('Must be implemented by sub classes') raise NotImplementedError('Must be implemented by sub classes')