1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

tab -> spaces

This commit is contained in:
freeyoung
2014-03-14 01:46:24 +08:00
parent f1d7afded2
commit 5617571f31

View File

@@ -31,7 +31,7 @@ class Usb(Escpos):
self.interface = interface
self.in_ep = in_ep
self.out_ep = out_ep
self.open()
self.open()
def open(self):