summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey C. Ollie <jeff@ocjtech.us>2008-08-19 21:19:24 -0500
committerJeffrey C. Ollie <jeff@ocjtech.us>2008-08-19 21:19:24 -0500
commite9d0fa5d0705d13ca143a1e1c41d3e304e68b0ce (patch)
treece98ca1e48e6aab47ecc204fdb3d01313c14bfb2
parente439306089abf3c3f9d634511611fa0baab8d8ee (diff)
downloadnohgooee-e9d0fa5d0705d13ca143a1e1c41d3e304e68b0ce.tar.gz
nohgooee-e9d0fa5d0705d13ca143a1e1c41d3e304e68b0ce.tar.xz
nohgooee-e9d0fa5d0705d13ca143a1e1c41d3e304e68b0ce.zip
Get rid of some stray carriage returns.
-rw-r--r--NohGooee/Encoder.py6
1 files 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()