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