match timeframes to arguments

This commit is contained in:
Janne Sinivirta
2018-06-04 16:35:00 +03:00
parent b995e04daa
commit 7df77b1b28
2 changed files with 4 additions and 1 deletions

View File

@@ -318,7 +318,7 @@ class Arguments(object):
help='Specify which tickers to download. Space separated list. \
Default: %(default)s',
choices=['1m', '3m', '5m', '15m', '30m', '1h', '2h', '4h',
'6h', '8h', '12h', '1d', '3d', '1w', '1M'],
'6h', '8h', '12h', '1d', '3d', '1w'],
default=['1m', '5m'],
nargs='+',
dest='timeframes',