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

Commit 1d34b9a

Browse files
committed
Only add verify_ssl to newly minted KeyJar()
1 parent 8c3d430 commit 1d34b9a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/oidcrp/oauth2/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ def __init__(self, state_db, ca_certs=None, client_authn_factory=None,
7070

7171
if not keyjar:
7272
keyjar = KeyJar()
73-
74-
keyjar.verify_ssl = verify_ssl
73+
keyjar.verify_ssl = verify_ssl
7574

7675
self.events = None
7776
self.service_context = ServiceContext(keyjar, config=config,

0 commit comments

Comments
 (0)