Commit a5c5a924 authored by Guillaume Seguin's avatar Guillaume Seguin

Whitespace cleanup

parent 9b3b934d
......@@ -189,7 +189,7 @@ class printcore():
def _listen_can_continue(self):
if self.printer_tcp:
return not self.stop_read_thread and self.printer
return not self.stop_read_thread and self.printer
return not self.stop_read_thread and self.printer and self.printer.isOpen()
def _listen_until_online(self):
......
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