Merge pull request #27 from curly60e/curly60e-patch-20

Code improvements
This commit is contained in:
curly60e 2020-06-01 16:52:25 -03:00 committed by GitHub
commit 602b107cd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -93,7 +93,8 @@ def LNInvoice():
clear()
prt()
getnewinvoice()
def payinvoice():
lncli = " payinvoice "
invoice = input("Pay Invoice: ")
@ -464,7 +465,7 @@ def menuA(menuS): #Execution of the Main Menu options
logos.close()
feed.close()
sysinf.close()
fxmain.close()
nodeconnection.close()
exit()
else:
menu()
@ -509,7 +510,7 @@ def menuA(menuS): #Execution of the Main Menu options
logos.close()
feed.close()
sysinf.close()
fxmain.close()
nodeconnection.close()
exit()
elif menuS == "S" or menuS == "s":
clear()