deta-python
deta-python copied to clipboard
Empty keys not allowed
The Base API doesn't allow you to put
dictionaries with empty keys (""
). Currently, the progress on this is the false traceback modified by #76 so it returns None
instead of producing a KeyError
.