filtering edge pairs for RPC

This commit is contained in:
Misagh
2019-04-03 14:03:28 +02:00
parent 478c149bbb
commit 53eaf85969
3 changed files with 19 additions and 11 deletions

View File

@@ -511,7 +511,6 @@ class Telegram(RPC):
"""
try:
edge_pairs = self._rpc_edge()
print(edge_pairs)
edge_pairs_tab = tabulate(edge_pairs, headers='keys', tablefmt='simple')
message = f'<b>Edge only validated following pairs:</b>\n<pre>{edge_pairs_tab}</pre>'
self._send_msg(message, bot=bot, parse_mode=ParseMode.HTML)