Skip to content

Commit 0dc8329

Browse files
author
Tome Petrovski
committed
add docs
1 parent 1723d2a commit 0dc8329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ckanext/core_fix/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def apply_redis_session_fix(app, config) -> None:
8383

8484

8585
def apply_smtp_sni_fix():
86+
"""Apply SMTP host/port separation fix if enabled"""
8687
if is_fix_disabled(conf.Fixes.smtp_host_port_separation):
8788
return
8889

0 commit comments

Comments
 (0)