1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

Merge branch 'fix/break_output_after_image'

This commit is contained in:
Christoph Heuel
2015-12-13 14:18:44 +01:00

View File

@@ -183,6 +183,7 @@ class Escpos(object):
i = 0
temp = 0
self._raw(binascii.unhexlify(bytes(buf, "ascii")))
self._raw('\n')
def qr(self, text):
""" Print QR Code for the provided string