From 4d92f39b5a4ad71d7a75cefaa485eca20069bb3a Mon Sep 17 00:00:00 2001 From: curly60e <55191248+curly60e@users.noreply.github.com> Date: Sun, 30 Aug 2020 12:50:19 -0300 Subject: [PATCH] Update PyBlock.py --- PyBlock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyBlock.py b/PyBlock.py index dc7da9c..b475fe9 100644 --- a/PyBlock.py +++ b/PyBlock.py @@ -1900,7 +1900,7 @@ while True: # Loop pathv = pickle.load(open("bclock.conf", "rb")) # Load the file 'bclock.conf' path = pathv # Copy the variable pathv to 'path' else: - prt() + blogo() print("Welcome to \033[1;31;40mPyBLOCK\033[0;37;40m\n\n") print("\n\tIf you are going to use your local node leave IP:PORT/USER/PASSWORD in blank.\n") path['ip_port'] = "http://{}".format(input("Insert IP:PORT to access your remote Bitcoin-Cli node: "))