mirror of
https://github.com/status-im/QR-Code-generator.git
synced 2026-08-31 01:31:10 +00:00
Tweaked QrCode constructor to dispose of the isFunction array in all languages except C, but somewhat differently in each language.
This commit is contained in:
@@ -188,6 +188,7 @@ class QrCode(object):
|
||||
self._draw_format_bits(mask) # Overwrite old format bits
|
||||
self._apply_mask(mask) # Apply the final choice of mask
|
||||
self._mask = mask
|
||||
del self._isfunction
|
||||
|
||||
|
||||
# ---- Accessor methods ----
|
||||
|
||||
Reference in New Issue
Block a user