Update spvblock.py

This commit is contained in:
Satoshi Nakamoto 2023-01-15 16:00:45 +01:00 committed by GitHub
parent 138853a434
commit 0d717c7c30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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