get rid of / replacements, minor edit to outgoing msg

This commit is contained in:
Samuel Husso
2018-01-23 08:55:22 +02:00
parent bce6a7be61
commit 93bd63cfbe
4 changed files with 13 additions and 13 deletions

View File

@@ -159,7 +159,7 @@ def _status(bot: Bot, update: Update) -> None:
*Total Open Trades:* `{total_trades}`
""".format(
trade_id=trade.id,
pair=trade.pair.replace('_', '/'),
pair=trade.pair,
pair_url=exchange.get_pair_detail_url(trade.pair),
date=arrow.get(trade.open_date).humanize(),
open_rate=trade.open_rate,