Skip to content

Integrate Logging into QR Code Generator#5

Open
redex-ai-karthickmj[bot] wants to merge 6 commits intomainfrom
f3c402e0-56e6-4c12-a507-0a99e4aa9abf
Open

Integrate Logging into QR Code Generator#5
redex-ai-karthickmj[bot] wants to merge 6 commits intomainfrom
f3c402e0-56e6-4c12-a507-0a99e4aa9abf

Conversation

@redex-ai-karthickmj
Copy link
Copy Markdown

Please review the changes

@redex-ai-karthickmj redex-ai-karthickmj bot mentioned this pull request Dec 4, 2023
qr = qrcode.QRCode(
version=1,
error_correction=qrcode.constants.ERROR_CORRECT_L,
box_size=15,
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add more debug logs

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed


# convert into image
img = qr.make_image(fill_color="red", back_color="white")
img.save("url_qrcode.png")
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Give url name in the file name

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant