Fix Backtesting header alignment

This commit is contained in:
Gerald Lonlas 2018-01-04 23:12:55 -08:00
parent 552fba773d
commit 7fd6d089c0

View File

@ -192,6 +192,6 @@ def start(args):
use_sell_signal=config.get('experimental', {}).get('use_sell_signal', False)
)
logger.info(
'\n====================== BACKTESTING REPORT ================================\n%s',
'\n==================================== BACKTESTING REPORT ====================================\n%s', # noqa
generate_text_table(data, results, config['stake_currency'], args.ticker_interval)
)