diff --git a/lib/daemon.py b/lib/daemon.py index 83f5fe1a7041145f72a4bb244c03b3afbf628163..e1d7b45bf10ce5cbeaca48bdc04d3b88515e2d30 100644 --- a/lib/daemon.py +++ b/lib/daemon.py @@ -126,6 +126,7 @@ class AsyncUDPSocket(asyncore.dispatcher): # something scheduled to be written return bool(self._out_queue) + # this method is overriding an asyncore.dispatcher method def handle_write(self): try: if not self._out_queue: