Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Seguin <guillaume@segu.in>2013-06-02 16:50:06 +0400
committerGuillaume Seguin <guillaume@segu.in>2013-06-02 16:50:06 +0400
commita5c5a9246074bb12f5edd27e53426a9dffbd87a0 (patch)
treeb2f480e46c054cce1a4c487a9632fc1986dc14a6 /printcore.py
parent9b3b934d154daa62efd5c63ae05880979430cd38 (diff)
Whitespace cleanup
Diffstat (limited to 'printcore.py')
-rwxr-xr-xprintcore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/printcore.py b/printcore.py
index 7920bdc..f173466 100755
--- a/printcore.py
+++ b/printcore.py
@@ -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):