Skip to content

Commit

Permalink
fix issue s4w3d0ff#217
Browse files Browse the repository at this point in the history
  • Loading branch information
igorskyx86 committed Jun 27, 2021
1 parent 369b9c1 commit e957740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poloniex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ def on_open(self, *ws):
if 'sub' in self.channels[chan] and self.channels[chan]['sub']:
self.subscribe(chan)

def on_message(self, data):
def on_message(self, app, data):
if not self.jsonNums:
message = _loads(data, parse_float=str)
else:
Expand Down

0 comments on commit e957740

Please sign in to comment.