mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-18 13:08:54 +02:00
Update spvblock.py
This commit is contained in:
parent
138853a434
commit
0d717c7c30
1 changed files with 2 additions and 7 deletions
|
|
@ -3793,13 +3793,8 @@ def callGitNostrQRSeedTerminal():
|
|||
def callGitNostrBija():
|
||||
if not os.path.isdir('bija'):
|
||||
git = "git clone https://github.com/BrightonBTC/bija.git")
|
||||
clear()
|
||||
blogo()
|
||||
print(output)
|
||||
os.system(f"cd bija && docker-compose up")
|
||||
input("\a\nContinue...")
|
||||
except:
|
||||
menuSelection()
|
||||
os.system(git)
|
||||
os.system(f"cd bija && docker-compose up")
|
||||
|
||||
#---------------------------------Cashu----------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue