Oops, typo in last commit.

This commit is contained in:
Fredrik Thulin
2013-09-19 15:19:57 +02:00
parent 5fe5c01aab
commit 74ec4a2162

View File

@@ -138,7 +138,7 @@ class IdentMDB(IdentDB):
self.mdb.primary_key = "user_id"
def in_store(self, _id):
if [x for x in self.mdb.get(ident_id=id)]:
if [x for x in self.mdb.get(ident_id=_id)]:
return True
else:
return False