Skip to content

Commit

Permalink
increase qr code size
Browse files Browse the repository at this point in the history
  • Loading branch information
hwalker928 committed Nov 27, 2024
1 parent 2d28835 commit efcfed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def qrcodes():
people_dict.append(
{
"name": person.capitalize(),
"qr": f"https://api.qrserver.com/v1/create-qr-code/?data={config['url']}/qrscan/{person_base64_reversed}&size=150x150",
"qr": f"https://api.qrserver.com/v1/create-qr-code/?data={config['url']}/qrscan/{person_base64_reversed}&size=200x200",
}
)

Expand Down

0 comments on commit efcfed4

Please sign in to comment.