import logging in vnkorbit.py
This commit is contained in:
parent
be395abd82
commit
82d0c07ed6
@ -4,6 +4,7 @@ import urllib
|
|||||||
import hashlib
|
import hashlib
|
||||||
|
|
||||||
import json
|
import json
|
||||||
|
import logging
|
||||||
import requests
|
import requests
|
||||||
import hmac
|
import hmac
|
||||||
import time
|
import time
|
||||||
@ -374,4 +375,3 @@ class Korbit_DataApi(object):
|
|||||||
def onOrderbooks(self, data):
|
def onOrderbooks(self, data):
|
||||||
"""实时成交推送"""
|
"""实时成交推送"""
|
||||||
print data
|
print data
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user