From e9d0fa5d0705d13ca143a1e1c41d3e304e68b0ce Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Tue, 19 Aug 2008 21:19:24 -0500 Subject: Get rid of some stray carriage returns. --- NohGooee/Encoder.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NohGooee/Encoder.py b/NohGooee/Encoder.py index 394a6ad..efc2789 100644 --- a/NohGooee/Encoder.py +++ b/NohGooee/Encoder.py @@ -44,12 +44,12 @@ class InitialConnectionHandler(Handler): def connection_failed(self, addr, exception): del self.parent.pending_connections[addr] - + if not self.accept: - # we don't need to rotate the spares with replace_connection() + # we don't need to rotate the spares with replace_connection() # if the Encoder object has stopped all connections return - + self.parent.replace_connection() -- cgit