mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-19 13:18:13 +02:00
Update spvblock.py
This commit is contained in:
parent
908701e7d3
commit
7edd8f925e
1 changed files with 3 additions and 4 deletions
|
|
@ -647,7 +647,7 @@ def mtConn(): # here we convert the result of the command 'getblockcount' on a r
|
|||
close()
|
||||
mtclock()
|
||||
except:
|
||||
break
|
||||
pass
|
||||
|
||||
def mtclock():
|
||||
try:
|
||||
|
|
@ -656,11 +656,10 @@ def mtclock():
|
|||
clear()
|
||||
blogo()
|
||||
closed()
|
||||
output = render("Moscow Time", colors=['yellow'], align='left', font='tiny')
|
||||
outputT = render(f"{a} MT", colors=['green'], align='left', font='tiny')
|
||||
output = render("Moscow Time", colors=['yellow'], align='center', font='tiny')
|
||||
outputT = render(f"{a} O'Clock", colors=['green'], align='center', font='tiny')
|
||||
print(output)
|
||||
print(outputT)
|
||||
input("\a\nContinue...")
|
||||
except:
|
||||
pass
|
||||
#-----------------------------END MT--------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue