mirror of
https://github.com/curly60e/pyblock.git
synced 2026-08-15 12:50:38 +02:00
Update PyBlock.py
This commit is contained in:
parent
e4806fd046
commit
3b9fcf5a20
1 changed files with 2 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue