pep8: Fix E203 violations

This commit is contained in:
AZtheAsian 2016-12-01 16:08:34 -07:00 committed by Tim Abbott
parent 73bd3572cf
commit 418f396b32

View file

@ -386,10 +386,10 @@ def process_notice(notice, log):
if options.forward_class_messages and notice.opcode.lower() == "crypt":
body = decrypt_zephyr(zephyr_class, notice.instance.lower(), body)
zeph = { 'time' : str(notice.time),
'sender' : notice.sender,
'zsig' : zsig, # logged here but not used by app
'content' : body }
zeph = { 'time': str(notice.time),
'sender': notice.sender,
'zsig': zsig, # logged here but not used by app
'content': body }
if is_huddle:
zeph['type'] = 'private'
zeph['recipient'] = huddle_recipients