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 6248702 commit aa83aebCopy full SHA for aa83aeb
README.md
@@ -78,6 +78,7 @@ class MySocket(poloniex.PoloniexSocketed):
78
Triggers whenever we get a ticker message
79
"""
80
print(msg)
81
+
82
def on_ticker(self, msg):
83
84
Triggers whenever we get a 24hvolume message
0 commit comments