X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fauthconn.py;h=2ebbb472c37f6a17b097439a36c7f7c222bde7e2;hp=ef4d75c7de5ebef268a0973403bdac2f6834c664;hb=ad682a52ef94fa2662e2a0f6e3f81fb7c8f5e0fe;hpb=9fe58b17a7d58efbf87df1ae119907b9071ecf2f diff --git a/osm_nbi/authconn.py b/osm_nbi/authconn.py index ef4d75c..2ebbb47 100644 --- a/osm_nbi/authconn.py +++ b/osm_nbi/authconn.py @@ -110,7 +110,7 @@ class Authconn: Each Auth backend connector plugin must be a subclass of Authconn class. """ - def __init__(self, config, db, token_cache): + def __init__(self, config, db): """ Constructor of the Authconn class.