-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
barcodes are not being printed.
- Goto http://127.0.0.1:8000/barcode
- Type in 0250123
- The label is empty :(
Output:
$ python labelprinterServe.py
started httpserver...
127.0.0.1 - - [01/Mar/2016 15:42:50] "GET / HTTP/1.1" 200 -
self.path /
127.0.0.1 - - [01/Mar/2016 15:43:02] "GET /barcode HTTP/1.1" 200 -
self.path /barcode
127.0.0.1 - - [01/Mar/2016 15:44:26] "POST /barcode HTTP/1.1" 301 -
multipart/form-data {'boundary': '---------------------------1063370951714649856401658044'}
{'text': ['0250123'], 'barcodeType': ['code39'], 'barcodeHeight': ['100'], 'printMode': ['barcode'], 'barcodeRatio': ['3:1'], 'barcodeWidth': ['medium']}
0250123