Skip to content
Snippets Groups Projects
Commit 4b446550 authored by Mario Arias Badila's avatar Mario Arias Badila Committed by Martin Trigaux
Browse files

[FIX] hw_escpos: Replaced "tab" by space

call to self.open() had a tab instead of spaces
parent 4c335588
Branches
Tags
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment