Merge branch 'stable'
1 files changed, 1 insertions(+), 0 deletions(-) M contrib/mutt_oauth2.py
M contrib/mutt_oauth2.py => contrib/mutt_oauth2.py +1 -0
@@ 239,6 239,7 @@ if args.authorize: 'code': authcode, 'client_secret': registration['client_secret'], 'code_verifier': verifier}) print('Exchanging the authorization code for an access token') try: response = urllib.request.urlopen(registration['token_endpoint'], urllib.parse.urlencode(p).encode())