Rename argument from dl_path to datadir

This commit is contained in:
Matthias
2019-08-29 11:36:32 +02:00
parent c1c49183b5
commit 9584629f50
3 changed files with 5 additions and 6 deletions

View File

@@ -997,8 +997,7 @@ class Exchange:
raise OperationalException(e) from e
def build_ohlcv(self, trades: List[Dict], timeframe: str, since: int = None,
limit: int = None) -> str:
# TODO: fix return value
limit: int = None) -> List:
"""
Build ohlcv data from trade list.
trade-list has to be in the ccxt format, which is a list of dicts containing at least: