mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-17 13:07:17 +02:00
Add files via upload
This commit is contained in:
parent
af3d035ddc
commit
8a174dc2ed
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue