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