Remove stake-currency for download-data - it's not needed

This commit is contained in:
Matthias 2020-10-29 07:43:40 +01:00
parent 0539bd5280
commit 19fcbc92a7
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@ def start_download_data(args: Dict[str, Any]) -> None:
if 'timerange' in config:
timerange = timerange.parse_timerange(config['timerange'])
# Remove stake-currency to skip checks which are not relevant for datadownload
config['stake_currency'] = ''
if 'pairs' not in config:
raise OperationalException(
"Downloading data requires a list of pairs. "