Update PyBlock.py

This commit is contained in:
Satoshi Nakamoto 2023-06-15 01:25:43 +02:00 committed by GitHub
parent 6f0c84a103
commit 9dcac79305
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()