Skip to content

Commit

Permalink
Update ticker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
s4w3d0ff authored Oct 13, 2016
1 parent 78116af commit a869dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ticker.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def onDisconnect(self):

class Ticker(object):
def __init__(self):
self.ticker = poloniex.Poloniex(extend=True).marketTicker()
self.ticker = poloniex.Poloniex().marketTicker()
self._appRunner = ApplicationRunner(
u"wss://api.poloniex.com:443", u"realm1"
)
Expand Down

0 comments on commit a869dd2

Please sign in to comment.