Updated {} to {0}

This commit is contained in:
Ryan Jarvis 2016-07-28 16:16:44 -07:00
parent 6315fbc1b7
commit 0f2f0781b5

View file

@ -23,4 +23,4 @@ def gen_qrcode(url):
# save the image out
im.save(qr_img_path, format='png')
# print that its been successful
core.print_status("QRCode has been generated under {}".format(qr_img_path))
core.print_status("QRCode has been generated under {0}".format(qr_img_path))