mirror of
https://github.com/python-escpos/python-escpos
synced 2025-10-03 09:19:59 +00:00
we probably want to send all the data
This commit is contained in:
@@ -129,7 +129,7 @@ class Network(Escpos):
|
|||||||
|
|
||||||
def _raw(self, msg):
|
def _raw(self, msg):
|
||||||
""" Print any command sent in raw format """
|
""" Print any command sent in raw format """
|
||||||
self.device.send(msg)
|
self.device.sendall(msg)
|
||||||
|
|
||||||
|
|
||||||
def __del__(self):
|
def __del__(self):
|
||||||
|
Reference in New Issue
Block a user