bugfix
This commit is contained in:
parent
8ab227ddd3
commit
a563f92fd5
@ -22,7 +22,6 @@ async def discount_qrcode(request, params_kw):
|
|||||||
fs = FileStorage()
|
fs = FileStorage()
|
||||||
p = fs._name2path(f'{getID()}.png')
|
p = fs._name2path(f'{getID()}.png')
|
||||||
config = getConfig()
|
config = getConfig()
|
||||||
logopath
|
|
||||||
gen_qr(url, p, logopath=config.logopath, logoloc='cc')
|
gen_qr(url, p, logopath=config.logopath, logoloc='cc')
|
||||||
webp = fs.webpath(p)
|
webp = fs.webpath(p)
|
||||||
async with get_sor_context(env, 'discount') as sor:
|
async with get_sor_context(env, 'discount') as sor:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user