From 0d717c7c302fdeeeed1db8f38bcf8a483780b07f Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Sun, 15 Jan 2023 16:00:45 +0100 Subject: [PATCH] Update spvblock.py --- pybitblock/SPV/spvblock.py | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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----------------------------------