From cebc2ebf7163b7b5a0cfb6e2907879791de1d676 Mon Sep 17 00:00:00 2001 From: Roel Date: Fri, 16 May 2014 01:39:12 +0200 Subject: [PATCH] fixed logic errors --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b01000a..1494b8e 100755 --- a/main.py +++ b/main.py @@ -109,7 +109,7 @@ Discover other devices by listening to the Meshenger announce port """ print 'Discovering' - bufferSize = 1024 # whatever you need + bufferSize = 1024 # whatever you need? s = socket.socket(socket.AF_INET6, socket.SOCK_DGRAM, socket.IPPROTO_UDP) s.bind(('::', self.announce_port))