X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fnbi.py;h=fa2f0432b2c6838fc0a16afc8f3e60a5e611a571;hp=e42284f377c5146a201c3ec880cb374e973ee166;hb=d1b525d22b4af7416bf9fd8dbb0bb98482589b64;hpb=28b0b3113e65e8d3610e9ae3a68de8c3d2f4a27f diff --git a/osm_nbi/nbi.py b/osm_nbi/nbi.py index e42284f..fa2f043 100644 --- a/osm_nbi/nbi.py +++ b/osm_nbi/nbi.py @@ -148,7 +148,7 @@ class Server(object): def __init__(self): self.instance += 1 self.engine = Engine() - self.authenticator = Authenticator(self.engine) + self.authenticator = Authenticator() self.valid_methods = { # contains allowed URL and methods "admin": { "v1": {