Skip to content

Commit

Permalink
fixd if/else typo
Browse files Browse the repository at this point in the history
  • Loading branch information
primetheus committed Sep 18, 2023
1 parent ce94cf1 commit af88129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion githubapp/ldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit af88129

Please sign in to comment.