forked from emilevs/label_printer
Undo commenting out library_bridge.so
This commit is contained in:
parent
4e2ffb0224
commit
88ad1d3f6c
1 changed files with 1 additions and 2 deletions
3
print.py
3
print.py
|
@ -6,8 +6,7 @@ import ctypes
|
||||||
import io
|
import io
|
||||||
import time
|
import time
|
||||||
|
|
||||||
#printer = ctypes.CDLL('./epson/library_bridge.so')
|
printer = ctypes.CDLL('./epson/library_bridge.so')
|
||||||
printer = None
|
|
||||||
|
|
||||||
def print_text(text):
|
def print_text(text):
|
||||||
time.sleep(0.1)
|
time.sleep(0.1)
|
||||||
|
|
Loading…
Reference in a new issue