Add wait to token index add

This commit is contained in:
nolash
2021-02-09 19:28:50 +01:00
parent 7c1e8b3561
commit 0043beb07b
3 changed files with 7 additions and 3 deletions

View File

@@ -46,8 +46,9 @@ if args.vv:
elif args.v:
logg.setLevel(logging.INFO)
block_last = args.w
block_all = args.ww
block_last = args.w or block_all
w3 = web3.Web3(web3.Web3.HTTPProvider(args.p))