diff options
Diffstat (limited to 'tests/net_hosted/connect_poll.py')
| -rw-r--r-- | tests/net_hosted/connect_poll.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/net_hosted/connect_poll.py b/tests/net_hosted/connect_poll.py index ece6aa0da..90f9b7138 100644 --- a/tests/net_hosted/connect_poll.py +++ b/tests/net_hosted/connect_poll.py @@ -29,4 +29,4 @@ def test(peer_addr): if __name__ == "__main__": - test(socket.getaddrinfo('micropython.org', 80)[0][-1]) + test(socket.getaddrinfo("micropython.org", 80)[0][-1]) |
