From 8a3a3ca283521d9beb4f0081aa17c943e0dd7bfa Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Wed, 24 Jun 2020 10:04:24 -0700 Subject: [PATCH] Fix cut-and-paste error. --- tests/nanonameserver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/nanonameserver.py b/tests/nanonameserver.py index 57de2df9..e7985e56 100644 --- a/tests/nanonameserver.py +++ b/tests/nanonameserver.py @@ -98,7 +98,7 @@ class Server(threading.Thread): # We're making the sockets now so they can be sent to by the # caller immediately (i.e. no race with the listener starting # in the thread). - open_sockets = [] + open_udp_sockets = [] try: while True: if self.enable_udp: -- 2.47.3