diff --git a/discount/init.py b/discount/init.py index fe802db..dd7ba9a 100644 --- a/discount/init.py +++ b/discount/init.py @@ -22,7 +22,6 @@ async def discount_qrcode(request, params_kw): fs = FileStorage() p = fs._name2path(f'{getID()}.png') config = getConfig() - logopath gen_qr(url, p, logopath=config.logopath, logoloc='cc') webp = fs.webpath(p) async with get_sor_context(env, 'discount') as sor: