Merge pull request #12 from k-eex/master

trim extraneous newlines from "loud" output
master
kliment 2011-06-10 03:57:43 -07:00
commit 49febd9631
1 changed files with 1 additions and 1 deletions

View File

@ -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: