Skip to content

Commit

Permalink
Update template_content.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FloMeyer authored Jan 8, 2021
1 parent 7a7e136 commit 712a2bf
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)
qr_with_text = get_concat(qr_img, text_img, config.get('textposition'))
img = get_img_b64(qr_with_text)
else:
img = get_img_b64(qr_img)
Expand Down

0 comments on commit 712a2bf

Please sign in to comment.