Skip to content

Commit

Permalink
update qr code to correct one
Browse files Browse the repository at this point in the history
  • Loading branch information
Normand Overney committed Oct 29, 2023
1 parent f904cda commit b2da9e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified notebooks/fancy-qr-code.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion notebooks/make-fancy-qr-code.py
Expand Up @@ -45,7 +45,7 @@ def create_rounded_image(image_path, output_path):
im = add_corners(im, radius)
im.save(output_path, transparent=True)

def create_qr(center_logo_path, output_path, data='http://meetingmunch.com/docs'):
def create_qr(center_logo_path, output_path, data='https://meetingmunch.com/welcome'):

# create a temp path
temp_dir = tempfile.TemporaryDirectory()
Expand Down

0 comments on commit b2da9e6

Please sign in to comment.