Fix: Test impresora fisica

This commit is contained in:
2024-10-19 13:54:24 -05:00
parent 1b8619f95e
commit 458ff6f89f
3 changed files with 14 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ class QRCodeGenerator:
qr = qrcode.QRCode(
version=1,
error_correction=qrcode.constants.ERROR_CORRECT_L,
box_size=10,
box_size=6,
border=4,
)
qr.add_data(self.url)