mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-20 13:28:10 +02:00
Merge pull request #27 from curly60e/curly60e-patch-20
Code improvements
This commit is contained in:
commit
602b107cd3
1 changed files with 4 additions and 3 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue