Allow more dynamic timeframes by disabling "choice"

part of #7366
This commit is contained in:
Matthias 2022-09-07 18:28:04 +02:00
parent 5d338e697c
commit a9fd12b816
1 changed files with 0 additions and 2 deletions

View File

@ -455,8 +455,6 @@ AVAILABLE_CLI_OPTIONS = {
'-t', '--timeframes',
help='Specify which tickers to download. Space-separated list. '
'Default: `1m 5m`.',
choices=['1m', '3m', '5m', '15m', '30m', '1h', '2h', '4h',
'6h', '8h', '12h', '1d', '3d', '1w', '2w', '1M', '1y'],
default=['1m', '5m'],
nargs='+',
),