fix display style and width
This commit is contained in:
parent
fba03b4c26
commit
dff143b570
@ -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),
|
||||||
|
Loading…
Reference in New Issue
Block a user