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

Commit 1c8abff

Browse files
committed
Make it httpc_params everywhere.
1 parent ff07b8f commit 1c8abff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oidcmsg/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def _keyjar(self, keyjar=None, db_conf=None, conf=None, entity_id=''):
7070
# make sure I have the keys under my own name too (if I know it)
7171
_keyjar.import_jwks_as_json(_keyjar.export_jwks_as_json(True, ''), entity_id)
7272

73-
_httpc_params = conf.get('httpc_param')
73+
_httpc_params = conf.get('httpc_params')
7474
if _httpc_params:
7575
_keyjar.httpc_params = _httpc_params
7676

0 commit comments

Comments
 (0)