Update spvblock.py

This commit is contained in:
curly60e 2022-10-04 15:21:59 -03:00 committed by GitHub
parent 863adfc0c5
commit be9ca28185
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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