mirror of
https://github.com/romanz/amodem.git
synced 2026-02-07 01:18:02 +08:00
pylint: fix issues
This commit is contained in:
@@ -50,7 +50,7 @@ def sign_message(buf, keys, signer):
|
||||
raise ValueError('key not found')
|
||||
|
||||
log.debug('signing %d-byte blob', len(blob))
|
||||
r, s = signer(label=k['name'], blob=blob)
|
||||
r, s = signer(label=key['name'], blob=blob)
|
||||
signature = (r, s)
|
||||
log.debug('signature: %s', signature)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user