Oops, typo in last commit.
This commit is contained in:
@@ -138,7 +138,7 @@ class IdentMDB(IdentDB):
|
|||||||
self.mdb.primary_key = "user_id"
|
self.mdb.primary_key = "user_id"
|
||||||
|
|
||||||
def in_store(self, _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
|
return True
|
||||||
else:
|
else:
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user