Commit f68636bb authored by Guillaume Seguin's avatar Guillaume Seguin

Fix typo

parent 0816e6ca
......@@ -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:
......
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