Fixing install problem with OSM Common lib
[osm/NBI.git] / osm_nbi / nbi.py
index e42284f..fa2f043 100644 (file)
@@ -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": {