From af88129b185a1996ef830cd1207810f8b1ed3a81 Mon Sep 17 00:00:00 2001 From: Jared Murrell <865381+primetheus@users.noreply.github.com> Date: Sun, 17 Sep 2023 20:29:15 -0400 Subject: [PATCH] fixd if/else typo --- githubapp/ldap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/githubapp/ldap.py b/githubapp/ldap.py index 07fea41..7c8d33c 100644 --- a/githubapp/ldap.py +++ b/githubapp/ldap.py @@ -74,7 +74,7 @@ def __init__(self): self.tls = None if "LDAP_SERVER_PORT" in os.environ: self.LDAP_SERVER_PORT = os.environ["LDAP_SERVER_PORT"] - else + else: if self.LDAP_USE_SSL: self.LDAP_SERVER_PORT = 636 else: