This commit is contained in:
creslin
2018-05-31 09:14:21 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -74,12 +74,11 @@ def load_tickerdata_file(
pairdata = json.load(tickerdata)
else:
return None
if timerange:
pairdata = trim_tickerlist(pairdata, timerange)
return pairdata
def load_data(datadir: str,
ticker_interval: str,
pairs: Optional[List[str]] = None,