pep8: fix E201 violations
This commit is contained in:
parent
439dc8ca96
commit
e410264372
|
@ -386,7 +386,7 @@ def process_notice(notice, log):
|
||||||
if options.forward_class_messages and notice.opcode.lower() == "crypt":
|
if options.forward_class_messages and notice.opcode.lower() == "crypt":
|
||||||
body = decrypt_zephyr(zephyr_class, notice.instance.lower(), body)
|
body = decrypt_zephyr(zephyr_class, notice.instance.lower(), body)
|
||||||
|
|
||||||
zeph = { 'time': str(notice.time),
|
zeph = {'time': str(notice.time),
|
||||||
'sender': notice.sender,
|
'sender': notice.sender,
|
||||||
'zsig': zsig, # logged here but not used by app
|
'zsig': zsig, # logged here but not used by app
|
||||||
'content': body}
|
'content': body}
|
||||||
|
|
Loading…
Reference in a new issue