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