debug each block

This commit is contained in:
D4708 2021-06-26 16:24:44 +03:00
parent af19e973be
commit 7bc297de1d

View File

@ -48,7 +48,7 @@ while True:
if blocksInStep < 0:
break
print "read block", str(block["height"]) + "\r",
print "read block", str(block["height"])# + "\r",
for u in block["usernames"]:
print "follow", u