diff --git a/threshold.py b/threshold similarity index 98% rename from threshold.py rename to threshold index 3951b1d..ec43bb3 100755 --- a/threshold.py +++ b/threshold @@ -32,6 +32,7 @@ class Base(Protocol): self.transport.write(data) def dataReceived(self, data): + data = data.rstrip() log("Data received from %s:%s -- %s" % (self.addr.host, self.addr.port, data)) def connectionMade(self):