remove redundant line endings from 'loud' output in printcore

master
Keegi 2011-06-08 22:11:15 +03:00
parent c495dcdad4
commit 6fe022c280
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: