pep8: fix E202 violations
This commit is contained in:
parent
418f396b32
commit
439dc8ca96
2 changed files with 2 additions and 2 deletions
|
@ -389,7 +389,7 @@ def process_notice(notice, log):
|
|||
zeph = { 'time': str(notice.time),
|
||||
'sender': notice.sender,
|
||||
'zsig': zsig, # logged here but not used by app
|
||||
'content': body }
|
||||
'content': body}
|
||||
if is_huddle:
|
||||
zeph['type'] = 'private'
|
||||
zeph['recipient'] = huddle_recipients
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue