Skip to content

Commit 409190e

Browse files
committed
fix barcode image example
1 parent b1e7689 commit 409190e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
print(ean + " was issued in " + country)
4848

4949
barcode = eansearch.barcodeImage("5099750442227", 300, 200)
50-
print("HTML: <img src=\"data:image/png;base64," + " encoded + "\">")
50+
print("HTML: <img src=\"data:image/png;base64," + barcode + "\">")
5151

5252
#import base64
5353
#print (base64.b64decode(barcode))

0 commit comments

Comments
 (0)