mnooner256 / pyqrcode

Python 3 module to generate QR Codes
BSD 3-Clause "New" or "Revised" License
408 stars 74 forks source link

module_color was converted into a tuple of floats twice #36

Closed heuer closed 9 years ago

heuer commented 9 years ago

Simplified code: No need to convert module_color to a tuple of floats in line 1425 since "mod_color" is a tuple of floats already (line 1416)