You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2018. It is now read-only.
even using more than 43 x makes the qrcode unreadable, unless passing second param....
im =QRCodeEncoder(myz)
im.save('a.png')
myz = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
im =QRCodeEncoder(myz)
im.save('a.png') # OK
myz = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
im =QRCodeEncoder(myz)
im.save('a.png') # Not Readable
im.save('a.png',5) # Readable
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
No description provided.
The text was updated successfully, but these errors were encountered: