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

Commit 087785a

Browse files
committed
2 parents c2b087c + 17886be commit 087785a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/oidcrp/util.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,9 +252,9 @@ def load_configuration(filename):
252252

253253

254254
def do_add_ons(add_ons, services):
255-
for key, spec in add_ons.items():
256-
_func = importer(spec['function'])
257-
_func(services, **spec['kwargs'])
255+
for key, spec in add_ons.items():
256+
_func = importer(spec['function'])
257+
_func(services, **spec['kwargs'])
258258

259259

260260
def load_json(file_name):

0 commit comments

Comments
 (0)