passing all tests on py3
This commit is contained in:
@@ -128,7 +128,7 @@ def make_authorization_url(request):
|
||||
|
||||
|
||||
import urllib
|
||||
url = "http://localhost:8000/rowers/o/authorize" +urllib.urlencode(params)
|
||||
url = "http://localhost:8000/rowers/o/authorize" +urllib.parse.urlencode(params)
|
||||
|
||||
return HttpResponseRedirect(url)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user