use nargs for --pairs argument

This commit is contained in:
Matthias
2019-08-16 14:37:10 +02:00
parent 161db08745
commit 91886120a7
3 changed files with 5 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ def init_plotscript(config):
strategy = StrategyResolver(config).strategy
if "pairs" in config:
pairs = config["pairs"].split(',')
pairs = config["pairs"]
else:
pairs = config["exchange"]["pair_whitelist"]