Skip to content

Commit 37676e6

Browse files
authored
Update urequests.py
1 parent 1eb6b4e commit 37676e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

urequests/urequests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def request(method, url, data=None, json=None, headers={}, stream=None):
5252
try:
5353
ai = usocket.getaddrinfo(host, port, 0, usocket.SOCK_STREAM)
5454
except:
55-
ai = usocket.getaddrinfo(host, port)
55+
ai = usocket.getaddrinfo(host, port)
5656
s = usocket.socket()
5757
ai = ai[0]
5858

0 commit comments

Comments
 (0)