Fix resends to persist on ok

master
kliment 2011-06-26 02:47:39 +02:00
parent 83d593ee11
commit 198f6ec5f7
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ class printcore():
self.onlinecb()
self.online=True
if(line.startswith('ok')):
self.resendfrom=-1
#self.resendfrom=-1
#put temp handling here
if "T:" in line and self.tempcb is not None:
self.tempcb(line)