This commit is contained in:
yumoqing 2026-02-26 11:27:08 +08:00
parent 0e00b9560a
commit 4a7f70892f

View File

@ -31,7 +31,6 @@ def gen_qr_withlogo(data, path, logopath=None, logoloc='cc'):
box_size=10,
border=4,
)
data = "https://www.example.com"
qr.add_data(data)
qr.make(fit=True)