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-05-29 18:23:37 +0400
committerGuillaume Seguin <guillaume@segu.in>2013-05-29 18:23:37 +0400
commit94f2f97e69cd12a799e0a6429822090e68e15921 (patch)
tree2484ad90e4ba5035defcd8290f3b8a19883cbf06 /printcore.py
parent83bdc4e8a142f8389abe62e3f41a659a0491ddf6 (diff)
Remove check on non existing variable "force"
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 167fb90..a703209 100755
--- a/printcore.py
+++ b/printcore.py
@@ -359,7 +359,7 @@ class printcore():
def send_now(self, command, wait = 0):
"""Sends a command to the printer ahead of the command queue, without a checksum
"""
- if self.online or force:
+ if self.online:
if self.printing:
self.priqueue.append(command)
else: