From 781265d327dbfa38db9a3fd7de890d2a211a4bb8 Mon Sep 17 00:00:00 2001 From: Logxen Date: Fri, 15 Jun 2012 12:58:03 -0700 Subject: [PATCH] fixed bonehead python-n00b error --- printcore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printcore.py b/printcore.py index c03292d..436b1ae 100755 --- a/printcore.py +++ b/printcore.py @@ -217,7 +217,7 @@ class printcore(): time.sleep(0.001) self._send(command) #callback for command sent - else + else: print "Not connected to printer." def _print(self):