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

@@ -18,14 +18,6 @@ class Exchange(ABC):
:return: percentage in float
"""
@property
@abstractmethod
def sleep_time(self) -> float:
"""
Sleep time in seconds for the main loop to avoid API rate limits.
:return: float
"""
@abstractmethod
def buy(self, pair: str, rate: float, amount: float) -> str:
"""