Skip to content

Commit

Permalink
Update template_content.py
Browse files Browse the repository at this point in the history
  • Loading branch information
k01ek authored Jan 19, 2021
1 parent 9fa5550 commit 47689b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_qrcode/template_content.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def x_page(self):
text.append(custom_text)
text = '\n'.join(text)
text_img = get_qr_text(qr_img.size, text, config.get('font'))
qr_with_text = get_concat(qr_img, text_img, config.get('textposition'))
qr_with_text = get_concat(qr_img, text_img, config.get('text_position'))
img = get_img_b64(qr_with_text)
else:
img = get_img_b64(qr_img)
Expand Down

0 comments on commit 47689b4

Please sign in to comment.