This repository was archived by the owner on Jan 3, 2018. It is now read-only.

Description
hongshan liu writes:
hi,Maximillian Dornseif,
I was using your huBarcode,but I found some bugs when I using it.
bug example2:
# -- coding: utf-8 --
# author: liu hongshan email: hongshan.liu@gmail.com
from hubarcode.qrcode import QRCodeEncoder
if name == "main":
test = "TEL:13516190008" #i found when len(test)==15,the result image could not be decoded!
ENCODER = QRCodeEncoder(test)
ENCODER.save( "test.png",3)
could you fix these? thank you!