Forgot one args.ticker_interval

This commit is contained in:
Gerald Lonlas 2018-01-29 23:07:54 -08:00
parent cac2f2b58b
commit d313eb812d

View File

@ -229,5 +229,5 @@ def start(args):
})
logger.info(
'\n==================================== BACKTESTING REPORT ====================================\n%s', # noqa
generate_text_table(data, results, config['stake_currency'], args.ticker_interval)
generate_text_table(data, results, config['stake_currency'], strategy.ticker_interval)
)