diff options
| author | Yuval Adam <_@yuv.al> | 2021-10-07 08:46:58 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2021-10-07 08:46:58 +0300 |
| commit | 9cead2f037f1b6b5e3b425dfee94d30cd715a9e9 (patch) | |
| tree | 46ba0052be1d3ffcfc206cedf2f5c8af179d8cab /verify.py | |
| parent | bda78c9e8e841b0d6f52a14259dd92d9096d07a1 (diff) | |
Add one more valid QR code width
Diffstat (limited to 'verify.py')
| -rw-r--r-- | verify.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ class GreenPassVerifier(object): 3080, # in green pass v2 3720, # in green pass 4200, # in vaccination certificate + 4680, # in other vaccination certificate ): img = fitz.Pixmap(doc, xref) data = img.getImageData(output="png") |
