You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I think it must uses dict.get that returns the default arg if the key doesn't exist. The code will loke like this : return self.db.get(key, False)
The text was updated successfully, but these errors were encountered:
kiansahafi
added a commit
to kiansahafi/pickledb
that referenced
this issue
Jun 15, 2024
Hello. In PickeDB.get we see :
However, I think it must uses
dict.get
that returns thedefault
arg if the key doesn't exist. The code will loke like this :return self.db.get(key, False)
The text was updated successfully, but these errors were encountered: