Allow specifying "new_pairs_days" in config.

This commit is contained in:
Rokas Kupstys
2021-04-22 11:18:28 +03:00
parent 09efa7b06b
commit 3144185409
2 changed files with 2 additions and 1 deletions

View File

@@ -350,7 +350,6 @@ AVAILABLE_CLI_OPTIONS = {
help='Download data of new pairs for given number of days. Default: `%(default)s`.',
type=check_int_positive,
metavar='INT',
default=30,
),
"download_trades": Arg(
'--dl-trades',