p2sh test

This commit is contained in:
callebtc
2022-10-03 21:19:45 +02:00
parent 570534510e
commit 78e94ecf66
3 changed files with 10 additions and 18 deletions

View File

@@ -12,6 +12,7 @@ if not os.path.isfile(ENV_FILE):
if os.path.isfile(ENV_FILE):
env.read_env(ENV_FILE)
else:
ENV_FILE = None
env.read_env()
DEBUG = env.bool("DEBUG", default=False)