mirror of
https://github.com/aljazceru/python-teos.git
synced 2026-02-17 20:44:20 +01:00
Fixes from PR review
This commit is contained in:
@@ -24,7 +24,7 @@ class EncryptedBlob:
|
||||
sk = master_key[:16]
|
||||
nonce = master_key[16:]
|
||||
|
||||
logger.info("[Watcher] creating new blob.",
|
||||
logger.info("Creating new blob.",
|
||||
master_key=hexlify(master_key).decode(),
|
||||
sk=hexlify(sk).decode(),
|
||||
nonce=hexlify(sk).decode(),
|
||||
|
||||
Reference in New Issue
Block a user