diff --git a/printcore.py b/printcore.py index 8c087d2..65d0f7c 100644 --- a/printcore.py +++ b/printcore.py @@ -83,7 +83,7 @@ class printcore(): self.recvcb(line) if self.loud: - print "RECV: ",line + print "RECV: ",line.rstrip() if(line.startswith('start') or line.startswith('ok') or "T:" in line): self.clear=True if (not self.online or line.startswith('start')) and self.onlinecb is not None: