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
{{ message }}
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
line 628 in client.py
it does "if content:", which is gonna be false on your empty dict
yep
it should be "if not content is None:"
so yes it does end up doing an empty put
which is bad
you can post the bug and include that :)