mirror of
https://github.com/chaintool-py/eth-erc20.git
synced 2026-04-28 13:21:03 +02:00
Update url
This commit is contained in:
3
python/giftable_erc20_token/data/__init__.py
Normal file
3
python/giftable_erc20_token/data/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import os
|
||||
|
||||
data_dir = os.path.realpath(os.path.dirname(__file__))
|
||||
@@ -63,8 +63,8 @@ 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
|
||||
|
||||
passphrase_env = 'ETH_PASSPHRASE'
|
||||
if args.env_prefix != None:
|
||||
|
||||
Reference in New Issue
Block a user