This commit is contained in:
2023-06-05 23:10:33 -05:00
parent 4a5060c7ae
commit 8509269085
3 changed files with 12 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ class AppriseClient:
def __init__(self):
self.config = ''
try:
if os.environ["DOCKER"]:
if os.get["DOCKER"]:
self.host = os.environ["host"]
self.port = os.environ["port"]
self.aurls = os.environ["aurls"]