mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-04-04 14:56:08 +00:00
Updated {} to {0}
This commit is contained in:
parent
6315fbc1b7
commit
0f2f0781b5
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
Loading…
Add table
Reference in a new issue