Skip to content

Commit 670cfdf

Browse files
authored
Update uaiohttpclient.py
1 parent e9c3d04 commit 670cfdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uaiohttpclient/uaiohttpclient.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def request_raw(method, url):
5151

5252
host_port = host.rsplit("@", 1)[-1]
5353
try:
54-
host, port = host_port.rsplit(":", 1)[-1]
54+
host, port = host_port.rsplit(":", 1)
5555
except ValueError:
5656
host = host_port
5757
port = 80

0 commit comments

Comments
 (0)