master
Guillaume Seguin 2012-08-06 19:35:58 +02:00
parent 0816e6cafe
commit f68636bb3b
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ class printcore():
"""
self.clear = True
if not self.printing:
self._listen_until_online(self)
self._listen_until_online()
while self._listen_can_continue():
line = self._readline()
if line == None: