Update documentation

This commit is contained in:
Matthias
2019-11-09 15:28:36 +01:00
parent 0b4800835c
commit 86a5dfa62e
2 changed files with 2 additions and 2 deletions

View File

@@ -123,5 +123,5 @@ def _validate_whitelist(conf: Dict[str, Any]) -> None:
for pl in conf.get('pairlists', [{'method': 'StaticPairList'}]):
if (pl.get('method') == 'StaticPairList'
and not conf.get('exchange', {}).get('pair_whitelist')):
and not conf.get('exchange', {}).get('pair_whitelist')):
raise OperationalException("StaticPairList requires pair_whitelist to be set.")