This commit is contained in:
yumoqing 2020-08-02 10:08:57 +08:00
parent 757c080f1c
commit b67dac6271

View File

@ -105,7 +105,6 @@ class QRCodeWidget(FloatLayout):
self._create_texture(k) self._create_texture(k)
cr, cg, cb, ca = self.background_color[:]
cr, cg, cb = 255, 255, 255 cr, cg, cb = 255, 255, 255
###used bytearray for python 3.5 eliminates need for btext ###used bytearray for python 3.5 eliminates need for btext
buff = bytearray() buff = bytearray()