From be9ca28185a71085bdd2ebe33591c21f397bc60e Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Tue, 4 Oct 2022 15:21:59 -0300 Subject: [PATCH] Update spvblock.py --- pybitblock/SPV/spvblock.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pybitblock/SPV/spvblock.py b/pybitblock/SPV/spvblock.py index 265d4cd..fd3c2ab 100644 --- a/pybitblock/SPV/spvblock.py +++ b/pybitblock/SPV/spvblock.py @@ -625,8 +625,11 @@ def mtConn(): "Moscow Time", colors=['yellow'], align='left', font='tiny' ) + outputT = render( + a + " sats", colors=['green'], align='left', font='tiny' + ) print(output) - print(a) + print(outputT) input("\a\nContinue...") except: pass