mirror of
https://gitlab.com/Theopse/fbi-i18n-zh.git
synced 2025-04-06 03:58:02 +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...")
|
||||
|
||||
qrImage = qrcode.make(qrData)
|
||||
qrImage = qrcode.make(qrData, box_size=5)
|
||||
|
||||
print("Displaying QR code...")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user