Commit f8151b52 authored by Guillaume Seguin's avatar Guillaume Seguin

Fix typo

parent e4282270
......@@ -226,7 +226,7 @@ class printcore():
if wait > 0:
self.clear = False
self._send(command, self.lineno, True)
self.lineno + =1
self.lineno += 1
while (wait > 0) and self.printer and self.printing and not self.clear:
time.sleep(0.001)
wait -= 1
......
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