Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
there will be an error if using `response.response` ``` AttributeError: 'dict' object has no attribute 'response' ``` As a result, change `response.response` to `response['response']`
- Loading branch information