From 8a174dc2ed65b5e5593ca63a04da34bdd9f5dd1f Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Tue, 4 Oct 2022 15:20:25 -0300 Subject: [PATCH] Add files via upload --- pybitblock/ppi.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pybitblock/ppi.py b/pybitblock/ppi.py index 13fd1f0..935b51c 100644 --- a/pybitblock/ppi.py +++ b/pybitblock/ppi.py @@ -346,9 +346,11 @@ def mtConn(): output = render( "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