diff --git a/pybitblock/SPV/spvblock.py b/pybitblock/SPV/spvblock.py index 9e1fd55..87f7b24 100644 --- a/pybitblock/SPV/spvblock.py +++ b/pybitblock/SPV/spvblock.py @@ -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----------------------------------