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
hi @utshav2008 this project is kind of abandoned. I don't think anybody is using it at this point in time, so if you want to fix this my suggestion would be to fork
I am using your example
dictionary = {
'a': {
'key': 'a_value'
},
'another': {
'k': 'another_value'
}
}
conn.put_dict(dictionary)
conn.get_dict() ---> This works and gives me all the dictionary
conn.get_dict('a') ==== > This gives me an error
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found
The text was updated successfully, but these errors were encountered: