mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-05-01 22:06:36 +08:00
Reduce QR code box size.
This commit is contained in:
parent
a53bd8b8e3
commit
14019c5168
@ -68,7 +68,7 @@ atexit.register(server.shutdown)
|
|||||||
|
|
||||||
print("Generating QR code...")
|
print("Generating QR code...")
|
||||||
|
|
||||||
qrImage = qrcode.make(qrData)
|
qrImage = qrcode.make(qrData, box_size=5)
|
||||||
|
|
||||||
print("Displaying QR code...")
|
print("Displaying QR code...")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user