delete unnecessary log
This commit is contained in:
parent
0afee9205a
commit
fcd7f52dae
|
|
@ -4,7 +4,6 @@
|
||||||
class OkxAPIException(Exception):
|
class OkxAPIException(Exception):
|
||||||
|
|
||||||
def __init__(self, response):
|
def __init__(self, response):
|
||||||
print(response.text + ', ' + str(response.status_code))
|
|
||||||
self.code = 0
|
self.code = 0
|
||||||
try:
|
try:
|
||||||
json_res = response.json()
|
json_res = response.json()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue