mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-16 13:00:52 +02:00
Update PyBlock.py
This commit is contained in:
parent
6f0c84a103
commit
9dcac79305
1 changed files with 5 additions and 1 deletions
|
|
@ -6131,6 +6131,10 @@ def mainmenuLOCALcontrol(menuS): #Execution of the Main Menu options
|
|||
clear()
|
||||
blogo()
|
||||
callGitSatSale()
|
||||
elif menuS in ["tt", "TT", "Tt", "tT"]:
|
||||
clear()
|
||||
blogo()
|
||||
callGitBpytop()
|
||||
elif menuS in ["CA", "ca", "Ca", "cA"]:
|
||||
clear()
|
||||
blogo()
|
||||
|
|
@ -6188,7 +6192,7 @@ def mainmenuLOCALcontrolOnchainONLY(menuS): #Execution of the Main Menu options
|
|||
elif menuS in ["tt", "TT", "Tt", "tT"]:
|
||||
clear()
|
||||
blogo()
|
||||
callGitBpytop()
|
||||
callGitBpytop()
|
||||
elif menuS in ["CA", "ca", "Ca", "cA"]:
|
||||
clear()
|
||||
blogo()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue