Merge pull request #243 from logxen/experimental

Fixed python-n00b error
master
kliment 2012-06-15 13:49:47 -07:00
commit 814078298d
1 changed files with 1 additions and 1 deletions

View File

@ -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):