X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_nbi%2Fauthconn.py;h=2ebbb472c37f6a17b097439a36c7f7c222bde7e2;hb=refs%2Fchanges%2F71%2F8371%2F13;hp=ef4d75c7de5ebef268a0973403bdac2f6834c664;hpb=23acf4001306e92a587de566be4bab00931104ba;p=osm%2FNBI.git 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.