From a563f92fd51098d1655d775d3c79d459c0477190 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 26 Feb 2026 11:18:16 +0800 Subject: [PATCH] bugfix --- discount/init.py | 1 - 1 file changed, 1 deletion(-) 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: