Open kiansahafi opened 5 months ago
fixed the issue #91 by changing this:
try: return self.db[key] except KeyError: return False
into this:
return self.db.keys()
fixed the issue #91 by changing this:
into this: