mirror of https://github.com/zulip/zulip.git
b59b5cac35
requests 1.0 changed response.json attribute to response.json() instancemethod. The code wasn't updated to match that change, causing a TypeError when attempting to use the Google OAuth Authenticator backend. This is fixed simply by using response.json() instead of response.json. |
||
---|---|---|
.. | ||
__init__.py | ||
messages.py | ||
webhooks.py |