Fixed typo for __name__ == "__main__"
This commit is contained in:
parent
c3c423429b
commit
db9887679c
@ -2672,7 +2672,7 @@ if args.reset == 1:
|
|||||||
# Determine API source for block and transaction information
|
# Determine API source for block and transaction information
|
||||||
|
|
||||||
|
|
||||||
if "__name__" == "__main__":
|
if __name__ == "__main__":
|
||||||
# MAIN LOGIC STARTS
|
# MAIN LOGIC STARTS
|
||||||
# scan from the latest block saved locally to latest network block
|
# scan from the latest block saved locally to latest network block
|
||||||
scanBlockchain()
|
scanBlockchain()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user