Commit 81407829 authored by kliment's avatar kliment

Merge pull request #243 from logxen/experimental

Fixed python-n00b error
parents 90e5d226 781265d3
...@@ -217,7 +217,7 @@ class printcore(): ...@@ -217,7 +217,7 @@ class printcore():
time.sleep(0.001) time.sleep(0.001)
self._send(command) self._send(command)
#callback for command sent #callback for command sent
else else:
print "Not connected to printer." print "Not connected to printer."
def _print(self): def _print(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