mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 19:23:34 +00:00
no need to do in init
This commit is contained in:
parent
26d1fcf208
commit
db1e3b2145
@ -429,6 +429,8 @@ class KlapEncryptionSession:
|
||||
i.e. sequence number which the device expects to increment.
|
||||
"""
|
||||
|
||||
_cipher: Cipher
|
||||
|
||||
def __init__(self, local_seed, remote_seed, user_hash):
|
||||
self.local_seed = local_seed
|
||||
self.remote_seed = remote_seed
|
||||
|
Loading…
Reference in New Issue
Block a user