Update PyBlock.py

This commit is contained in:
curly60e 2021-11-30 22:36:56 -03:00 committed by GitHub
parent 5489276cc6
commit 9b239063f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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