We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loading of credentials no longer works due to this line:
creds = json.load(creds_store_file, encoding='utf-8')
Because json.load does not accept an "encoding" parameter anymore, just assuming it'll be utf encoded.
json.load
The text was updated successfully, but these errors were encountered:
Hello, I needed for a project so I fixed and create a fork if you need it: https://github.com/Synoptik-Labs/wp-api-python. I may fix some others issues too.
Sorry, something went wrong.
Thanks @tete2soja , Ive linked to your repo in the readme.
No branches or pull requests
Loading of credentials no longer works due to this line:
Because
json.load
does not accept an "encoding" parameter anymore, just assuming it'll be utf encoded.The text was updated successfully, but these errors were encountered: