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

Use https links.

This commit is contained in:
Maximilian Wagenbach
2020-05-31 16:21:42 +02:00
parent 0a8477a888
commit c57b9c35dc
7 changed files with 14 additions and 16 deletions

View File

@@ -15,7 +15,7 @@ moved to `capabilities` as in `escpos-php by @mike42 <https://github.com/mike42/
import six
# Control characters
# as labelled in http://www.novopos.ch/client/EPSON/TM-T20/TM-T20_eng_qr.pdf
# as labelled in https://www.novopos.ch/client/EPSON/TM-T20/TM-T20_eng_qr.pdf
NUL = b'\x00'
EOT = b'\x04'
ENQ = b'\x05'