import logging
from escpos.printer import Usb
logging.basicConfig(level=logging.DEBUG)
p = Usb(0x0456, 0x0808, 0)
p.text("Hello World\n")
p.cut()`enter code here`
and i got the error, dont know why File "D:\codes\print.py", line 7, in p.text("Hello World\n")