kopia lustrzana https://github.com/micropython/micropython-lib
urequests: Subscript getaddrinfo() result with -1.
rodzic
0496643afb
commit
0a02e2dfff
|
@ -49,7 +49,7 @@ def request(method, url, data=None, json=None, headers={}, stream=None):
|
||||||
port = int(port)
|
port = int(port)
|
||||||
|
|
||||||
ai = usocket.getaddrinfo(host, port)
|
ai = usocket.getaddrinfo(host, port)
|
||||||
addr = ai[0][4]
|
addr = ai[0][-1]
|
||||||
s = usocket.socket()
|
s = usocket.socket()
|
||||||
s.connect(addr)
|
s.connect(addr)
|
||||||
if proto == "https:":
|
if proto == "https:":
|
||||||
|
|
Ładowanie…
Reference in New Issue