Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit a890a2b

Browse files
committed
Make it httpc_params everywhere.
1 parent fde24cb commit a890a2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/oidcop/configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def __init__(self, conf: Dict) -> None:
2222
self.op = None
2323

2424
# OIDC provider configuration
25-
for section in ['op', 'webserver', 'http_params', 'jinja_env']:
25+
for section in ['op', 'webserver', 'httpc_params', 'jinja_env']:
2626
setattr(self, section, conf.get(section, {}))
2727

2828
# set OP session key

0 commit comments

Comments
 (0)