Sprtch / despinassy

🗄️ Database Schema collection and shared library repository
MIT License
0 stars 0 forks source link

Add a "number" field to the IpcPrintMessage #4

Closed tperale closed 3 years ago

tperale commented 4 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')