refactoring - updated tests

This commit is contained in:
itsdeka
2022-08-27 17:17:13 +02:00
parent 17646f9980
commit 23c00e77a2
21 changed files with 42 additions and 21 deletions

View File

@@ -3,7 +3,8 @@ import sys
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
from bfxapi.models import OrderType
API_KEY=os.getenv("BFX_KEY")