We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40dc949 commit ec1d225Copy full SHA for ec1d225
poloniex/__init__.py
@@ -669,7 +669,7 @@ def toggleAutoRenew(self, orderNumber):
669
class Poloniex(PoloniexHelper):
670
""" Child class of Poloniex with support for the websocket api """
671
def __init__(self, *args, **kwargs):
672
- super(PoloniexSocketed, self).__init__(*args, **kwargs)
+ super(Poloniex, self).__init__(*args, **kwargs)
673
self.socket = WebSocketApp(url="wss://api2.poloniex.com/",
674
on_open=self.on_open,
675
on_message=self.on_message,
0 commit comments