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 has been archived by the owner on Jan 11, 2024. It is now read-only.
I've found that boolean values are not creating. Not sure if this is a server issue, and I haven't yet tested if something changed in KankaClient or GenericChild.
I've found that boolean values are not creating. Not sure if this is a server issue, and I haven't yet tested if something changed in KankaClient or GenericChild.
ex.
response = Character(client).post(name="Johnathan Green", is_private=True)
response.json()['is_private']
=false
and should betrue
The text was updated successfully, but these errors were encountered: