Update PyBlock.py

This commit is contained in:
curly60e 2020-09-25 20:28:20 -03:00 committed by GitHub
parent e4806fd046
commit 3b9fcf5a20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -213,8 +213,8 @@ def countdownblock():
bitcoinclient = path['bitcoincli'] + " getblockcount"
block = os.popen(str(bitcoinclient)).read() # 'getblockcount' convert to string
b = block
if a == b:
print("#RuningTheNumbers " + a + "PyBLOCK")
if a == int(b):
print("#RuningTheNumbers " + a + " PyBLOCK")
input("\nContinue...")
break
elif n != int(b):