Merge pull request #312 from gcarq/fix_backtesting_header

Fix Backtesting header alignment
This commit is contained in:
Gérald LONLAS 2018-01-05 19:30:04 -08:00 committed by GitHub
commit 74a708b794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
)