forked from nathanwoodburn/firewalletbrowser
fix: Use uppercase env for excluded wallets
This commit is contained in:
@@ -48,7 +48,7 @@ cacheTime = 3600
|
|||||||
response = hsd.getInfo()
|
response = hsd.getInfo()
|
||||||
|
|
||||||
EXCLUDE = ["primary"]
|
EXCLUDE = ["primary"]
|
||||||
if os.getenv("exclude") is not None:
|
if os.getenv("EXCLUDE") is not None:
|
||||||
EXCLUDE = os.getenv("EXCLUDE").split(",")
|
EXCLUDE = os.getenv("EXCLUDE").split(",")
|
||||||
|
|
||||||
def hsdConnected():
|
def hsdConnected():
|
||||||
|
|||||||
Reference in New Issue
Block a user