fix display style and width

This commit is contained in:
Jean-Baptiste LE STANG 2017-12-31 17:25:05 +01:00
parent fba03b4c26
commit dff143b570

View File

@ -273,7 +273,7 @@ def create_trade(stake_amount: float) -> bool:
) )
# Create trade entity and return # Create trade entity and return
rpc.send_msg('*{}:* Buying [{}]({}) with limit `{:.8f}` ({:.8f} {}, {:.3f} {})'.format( rpc.send_msg('*{}:* Buying [{}]({}) with limit `{:.8f} ({:.6f} {}, {:.3f} {})` '.format(
exchange.get_name().upper(), exchange.get_name().upper(),
pair.replace('_', '/'), pair.replace('_', '/'),
exchange.get_pair_detail_url(pair), exchange.get_pair_detail_url(pair),