From b2672a4ae552bc99570e66dee57f568ac2b08c51 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Wed, 16 Nov 2016 19:26:16 +0900 Subject: [PATCH] Widen subs column --- electrumx_rpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrumx_rpc.py b/electrumx_rpc.py index 06aa56f..5f02bbf 100755 --- a/electrumx_rpc.py +++ b/electrumx_rpc.py @@ -43,7 +43,7 @@ class RPCClient(asyncio.Protocol): return ('{:3d}:{:02d}:{:02d}' .format(t // 3600, (t % 3600) // 60, t % 60)) - fmt = ('{:<4} {:>23} {:>15} {:>5} ' + fmt = ('{:<4} {:>23} {:>15} {:>7} ' '{:>7} {:>7} {:>7} {:>7} {:>5} {:>9}') print(fmt.format('Type', 'Peer', 'Client', 'Subs', 'Recv #', 'Recv KB', 'Sent #', 'Sent KB',