Update PyBlock.py

This commit is contained in:
curly60e 2020-10-12 18:03:39 -03:00 committed by GitHub
parent 29cd8268ed
commit 7ca2bb5fff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1007,7 +1007,7 @@ def checkupdate():
def upgrade():
gitfetch = "git fetch"
gitchekcout = "git checkout origin/master -- PyBlock.py ppi.py pblogo.py sysinf.py apisnd.py clone.py donation.py feed.py logos.py nodeconnection.py lnd.py logic.py rebalance.py routes.py"
gitchekcout = "git checkout origin/master -- PyBlock.py ppi.py pblogo.py sysinf.py apisnd.py clone.py donation.py feed.py logos.py nodeconnection.py lnd.py logic.py rebalance.py routes.py grpc_generated/router_pb2.py grpc_generated/router_pb2_grpc.py grpc_generated/rpc_pb2.py grpc_generated/rpc_pb2_grpc.py "
clear()
blogo()
b = os.popen(gitfetch).read()