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 time
|
||||
|
||||
#printer = ctypes.CDLL('./epson/library_bridge.so')
|
||||
printer = None
|
||||
printer = ctypes.CDLL('./epson/library_bridge.so')
|
||||
|
||||
def print_text(text):
|
||||
time.sleep(0.1)
|
||||
|
|
Loading…
Reference in a new issue