Commit 198f6ec5 authored by kliment's avatar kliment

Fix resends to persist on ok

parent 83d593ee
...@@ -91,7 +91,7 @@ class printcore(): ...@@ -91,7 +91,7 @@ class printcore():
self.onlinecb() self.onlinecb()
self.online=True self.online=True
if(line.startswith('ok')): if(line.startswith('ok')):
self.resendfrom=-1 #self.resendfrom=-1
#put temp handling here #put temp handling here
if "T:" in line and self.tempcb is not None: if "T:" in line and self.tempcb is not None:
self.tempcb(line) self.tempcb(line)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment