Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 4bd9fc8

Browse files
author
Tom Galloway
committed
Correct indentation.
1 parent ff3e353 commit 4bd9fc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

market/listeners.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ def notify(self, plaintext, signature):
4343
"public_key": plaintext.pubkey.encode("hex")
4444
}
4545
}
46-
if plaintext.handle:
47-
message_json["message"]["handle"] = plaintext.handle
48-
self.ws.push(json.dumps(sanitize_html(message_json), indent=4))
46+
if plaintext.handle:
47+
message_json["message"]["handle"] = plaintext.handle
48+
self.ws.push(json.dumps(sanitize_html(message_json), indent=4))
4949
except Exception as e:
5050
self.log.error('Market.Listener.notify Exception: %s' % e)
5151

0 commit comments

Comments
 (0)