master
Guillaume Seguin 2012-08-04 10:49:31 +02:00
parent dafc89e81a
commit 4838371128
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ class printcore():
self.clear = False
self._send(command, self.lineno, True)
self.lineno += 1
while (wait > 0) and self.printer and self.printing and not self.clear:
while wait > 0 and self.printer and self.printing and not self.clear:
time.sleep(0.001)
wait -= 1
else: