Why does this code crash
outofsky opened this issue · 1 comments
outofsky commented
normalized = urllib.parse.urljoin(**response.url**, url)
defragmented, frag = urllib.parse.urldefrag(normalized)
if i replace the code
response.url
,it will no crash
env:
win10 + anaconda + python 3.7
cjvalverde commented
?