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: