Skip to content
Snippets Groups Projects
Commit 6431c41e authored by Fabian Schuh's avatar Fabian Schuh
Browse files

[websocket] fix typo

parent 512a956c
No related branches found
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ class BitSharesWebsocket(Events):
# Subscribe to events on the Backend and give them a
# callback number that allows us to identify the event
if len(self.on_object) or len(self.self.subscription_accounts):
if len(self.on_object) or len(self.subscription_accounts):
self.set_subscribe_callback(
self.__events__.index('on_object'),
False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment