fix handling timeframes

This commit is contained in:
hroff-1902
2019-06-14 02:58:34 +03:00
parent 9657b1a17f
commit 04ea66c977
2 changed files with 5 additions and 5 deletions

View File

@@ -484,7 +484,6 @@ class Arguments(object):
Default: %(default)s.',
choices=['1m', '3m', '5m', '15m', '30m', '1h', '2h', '4h',
'6h', '8h', '12h', '1d', '3d', '1w'],
default=['1m', '5m'],
nargs='+',
dest='timeframes',
)