From 64fa4dfe1dc234181d61ebc3cb436712e240b270 Mon Sep 17 00:00:00 2001 From: Satoshi Nakamoto <65907137+SatoshiNakamotoBitcoin@users.noreply.github.com> Date: Thu, 15 Jun 2023 02:26:16 +0200 Subject: [PATCH] Update spvblock.py --- pybitblock/SPV/spvblock.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pybitblock/SPV/spvblock.py b/pybitblock/SPV/spvblock.py index 011fe31..55f0d49 100644 --- a/pybitblock/SPV/spvblock.py +++ b/pybitblock/SPV/spvblock.py @@ -3820,10 +3820,10 @@ def callGitBija(): #---------------------------------Bpytop---------------------------------- def callGitBpytop(): - if not os.path.isdir('Bpytop'): - git = "pip3 install bpytop && mkdir Bpytop" + if not os.path.isdir('bpytop'): + git = "pip3 install bpytop && git clone https://github.com/aristocratos/bpytop.git" os.system(git) - os.system("cd Bpytop && bpytop") + os.system("cd bpytop && sudo make install && bpytop") #---------------------------------Cashu---------------------------------- def callGitCashu():