Closed tperale closed 3 years ago
Pass the information about the number of barcode you want to print through redis.
IpcPrintMessage = namedtuple('PrintMessage', 'barcode, origin, name')
To
IpcPrintMessage = namedtuple('PrintMessage', 'barcode, origin, number, name')
Pass the information about the number of barcode you want to print through redis.
To