From 3417f8df395d4e06faec906bd5c9d08d72ebb0e2 Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Wed, 16 Mar 2022 21:12:09 -0300 Subject: [PATCH] Update PyBlock.py --- pybitblock/PyBlock.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pybitblock/PyBlock.py b/pybitblock/PyBlock.py index 58c51f4..cf545fd 100644 --- a/pybitblock/PyBlock.py +++ b/pybitblock/PyBlock.py @@ -6551,7 +6551,7 @@ def introINIT(): settings = {"gradient":"", "design":"block", "colorA":"green", "colorB":"yellow"} settingsClock = {"gradient":"", "colorA":"green", "colorB":"yellow"} while True: # Loop - #try: + try: path = {"ip_port":"", "rpcuser":"", "rpcpass":"", "bitcoincli":""} if os.path.isfile('config/bclock.conf') or os.path.isfile('config/blnclock.conf'): # Check if the file 'bclock.conf' is in the same folder pathv = pickle.load(open("config/bclock.conf", "rb")) # Load the file 'bclock.conf' @@ -6564,6 +6564,6 @@ while True: # Loop introINIT() else: menuSelection() - #except: - # print("\n") - # sys.exit(101) + except: + print("\n") + sys.exit(101)