Skip to content

Commit 3d1cc91

Browse files
authored
Update cookiejar.py
1 parent f90b354 commit 3d1cc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/http/cookiejar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ def eff_request_host(request):
656656
except ValueError:
657657
is_IPV6 = False
658658
else:
659-
is_IPV6 = False
659+
is_IPV6 = False
660660
if "." not in req_host and not is_IPV6:
661661
# avoid adding .local at the end of a IPV6 address
662662
erhn = req_host + ".local"

0 commit comments

Comments
 (0)