diff --git a/tor-daemon/tor-daemon.py b/tor-daemon/tor-daemon.py
--- a/tor-daemon/tor-daemon.py
+++ b/tor-daemon/tor-daemon.py
#
@@ -56,7 +56,6 @@ def send_and_respond(sock, command):
#
if l.startswith("250 OK\r\n") or l.endswith("250 OK\r\n"):
#
# We've reached the end of the message
#
except socket.timeout as e: