mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-15 12:50:38 +02:00
Update PyBlock.py
This commit is contained in:
parent
5489276cc6
commit
9b239063f9
1 changed files with 4 additions and 4 deletions
|
|
@ -5808,7 +5808,7 @@ def testClockRemote():
|
|||
settings = {"gradient":"", "design":"block", "colorA":"green", "colorB":"yellow"}
|
||||
settingsClock = {"gradient":"", "colorA":"green", "colorB":"yellow"}
|
||||
while True: # Loop
|
||||
#try:
|
||||
try:
|
||||
clear()
|
||||
path = {"ip_port":"", "rpcuser":"", "rpcpass":"", "bitcoincli":""}
|
||||
|
||||
|
|
@ -5849,6 +5849,6 @@ while True: # Loop
|
|||
menuSelection()
|
||||
|
||||
|
||||
#except:
|
||||
# print("\n")
|
||||
# sys.exit(101)
|
||||
except:
|
||||
print("\n")
|
||||
sys.exit(101)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue