mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-03 13:14:31 +03:00
Remove unused .shaes attribute from CdnDecrypter
This commit is contained in:
parent
657e8a70c9
commit
0c11967232
|
@ -17,7 +17,6 @@ class CdnDecrypter:
|
|||
self.file_token = file_token
|
||||
self.cdn_aes = cdn_aes
|
||||
self.cdn_file_hashes = cdn_file_hashes
|
||||
self.shaes = [sha256() for _ in range(len(cdn_file_hashes))]
|
||||
|
||||
@staticmethod
|
||||
def prepare_decrypter(client, client_cls, cdn_redirect):
|
||||
|
|
Loading…
Reference in New Issue
Block a user