Add missing space after "#"

This commit is contained in:
Sébastien Helleu 2014-05-08 17:55:10 +02:00
parent baa0160109
commit 403f36d9d1
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class TestProto(object):
data = os.read(sys.stdin.fileno(), 4096)
if data:
if not self.send(data.strip()):
#self.sock.close()
# self.sock.close()
return False
# open stdin to read user commands
sys.stdin = open('/dev/tty')