Add files via upload

This commit is contained in:
curly60e 2022-03-19 16:57:42 -03:00 committed by GitHub
parent cabc3a794f
commit d6869f4cb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6834,7 +6834,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'
@ -6847,6 +6847,6 @@ while True: # Loop
introINIT()
else:
menuSelection()
#except:
# print("\n")
# sys.exit(101)
except:
print("\n")
sys.exit(101)