passing all tests on py3
This commit is contained in:
@@ -280,7 +280,7 @@ def imports_make_authorization_url(oauth_data):
|
||||
|
||||
|
||||
import urllib
|
||||
url = oauth_data['authorizaton_uri']+urllib.urlencode(params)
|
||||
url = oauth_data['authorizaton_uri']+urllib.parse.urlencode(params)
|
||||
|
||||
return HttpResponseRedirect(url)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user