fix layout in File-printer-section

This commit is contained in:
Patrick Kanzler 2017-10-08 20:34:50 +02:00
parent 456f5b7aa6
commit 5c6e6f8f46
No known key found for this signature in database
GPG Key ID: F07F07153306FCEF

View File

@ -243,7 +243,7 @@ class File(Escpos):
def __init__(self, devfile="/dev/usb/lp0", auto_flush=True, *args, **kwargs):
"""
:param devfile : Device file under dev filesystem
:param devfile: Device file under dev filesystem
:param auto_flush: automatically call flush after every call of _raw()
"""
Escpos.__init__(self, *args, **kwargs)