Skip to content
New issue

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

oauth.py causes NoneType Attribute Error When JSON is set but DATA is not. #215

Open
brngylni opened this issue Jun 26, 2022 · 0 comments
Open

Comments

@brngylni
Copy link

data = req_kwargs.get('data', {})

It causes a problem when working with JSON requests. data and json args are optional and if the data is not set, this gives an attribute error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant