bugfix
This commit is contained in:
parent
0e00b9560a
commit
4a7f70892f
@ -31,7 +31,6 @@ def gen_qr_withlogo(data, path, logopath=None, logoloc='cc'):
|
|||||||
box_size=10,
|
box_size=10,
|
||||||
border=4,
|
border=4,
|
||||||
)
|
)
|
||||||
data = "https://www.example.com"
|
|
||||||
qr.add_data(data)
|
qr.add_data(data)
|
||||||
qr.make(fit=True)
|
qr.make(fit=True)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user