mirror of
https://github.com/aljazceru/bitfinex-api-py.git
synced 2025-12-20 23:34:21 +01:00
refactoring - updated tests
This commit is contained in:
@@ -4,7 +4,8 @@ import asyncio
|
||||
import time
|
||||
sys.path.append('../../../')
|
||||
|
||||
from bfxapi import Client, WS_HOST, REST_HOST
|
||||
from bfxapi import Client
|
||||
from bfxapi.constants import WS_HOST, REST_HOST
|
||||
|
||||
API_KEY=os.getenv("BFX_KEY")
|
||||
API_SECRET=os.getenv("BFX_SECRET")
|
||||
|
||||
Reference in New Issue
Block a user