[FIX] hw_escpos: Replaced "tab" by space

call to self.open() had a tab instead of spaces
This commit is contained in:
TheCloneMaster 2014-08-25 01:16:45 -06:00 committed by Martin Trigaux
parent 4c335588a1
commit 4b446550c6
1 changed files with 1 additions and 1 deletions

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):