drop sleep_time and use python-bittrex request delay

This commit is contained in:
gcarq
2017-11-10 23:39:49 +01:00
parent 72aec6c320
commit 3126dcfcea
4 changed files with 0 additions and 19 deletions

View File

@@ -21,11 +21,6 @@ class Bittrex(Exchange):
TICKER_METHOD: str = BASE_URL + '/Api/v2.0/pub/market/GetTicks'
PAIR_DETAIL_METHOD: str = BASE_URL + '/Market/Index'
@property
def sleep_time(self) -> float:
""" Sleep time to avoid rate limits, used in the main loop """
return 25
def __init__(self, config: dict) -> None:
global _API, _EXCHANGE_CONF