From 198f6ec5f7333dd1a3793fe7a3ff36b3a0f687d7 Mon Sep 17 00:00:00 2001 From: kliment Date: Sun, 26 Jun 2011 02:47:39 +0200 Subject: [PATCH] Fix resends to persist on ok --- printcore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printcore.py b/printcore.py index 7d9876b..8bfa1f2 100644 --- a/printcore.py +++ b/printcore.py @@ -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)