Skip to content

Commit 9036360

Browse files
author
Roland Hedberg
committed
No more references to onts
1 parent 6200f15 commit 9036360

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/saml2/mongo_store.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,8 @@ def export_mdstore_to_mongo_db(mds, database, collection, sub_collection=""):
365365

366366

367367
class MetadataMDB(InMemoryMetaData):
368-
def __init__(self, onts, attrc, database="", collection=""):
369-
super(MetadataMDB, self).__init__(onts, attrc)
368+
def __init__(self, attrc, database="", collection=""):
369+
super(MetadataMDB, self).__init__(attrc)
370370
self.mdb = MDB(database, collection)
371371
self.mdb.primary_key = "entity_id"
372372

0 commit comments

Comments
 (0)