shorten table title to match table length

This commit is contained in:
Janne Sinivirta 2018-01-02 17:53:47 +02:00
parent ae52880f81
commit 82e9ed2ac2

View File

@ -175,6 +175,6 @@ def start(args):
config['stake_amount'], preprocess(data), max_open_trades, args.realistic_simulation
)
logger.info(
'\n====================== BACKTESTING REPORT ======================================\n%s',
'\n====================== BACKTESTING REPORT ================================\n%s',
generate_text_table(data, results, config['stake_currency'], args.ticker_interval)
)