mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-21 15:54:26 +01:00
refactoring - updated tests
This commit is contained in:
@@ -2,7 +2,8 @@ import os
|
||||
import sys
|
||||
sys.path.append('../../../')
|
||||
|
||||
from bfxapi import Client, PUB_WS_HOST, PUB_REST_HOST
|
||||
from bfxapi import Client
|
||||
from bfxapi.constants import PUB_WS_HOST, PUB_REST_HOST
|
||||
|
||||
# Retrieving trades/candles requires public hosts
|
||||
bfx = Client(
|
||||
|
||||
Reference in New Issue
Block a user