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

Commit fbdeb98

Browse files
committed
Make it httpc_params everywhere.
1 parent 5ae7321 commit fbdeb98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/oidcrp/configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def __init__(self, conf: Dict) -> None:
3333
set_param(self, conf, param, **format_args)
3434

3535
# HTTP params
36-
_params = get_http_params(conf.get("http_params"))
36+
_params = get_http_params(conf.get("httpc_params"))
3737
if _params:
3838
self.httpc_params = _params
3939
else:

0 commit comments

Comments
 (0)