From 38b772e131a419778ff9ef36b3cf97bca5191bf9 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 12 May 2026 16:42:40 +0800 Subject: [PATCH] bugfix --- dapi/dapi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dapi/dapi.py b/dapi/dapi.py index a27b8a5..85c4e1f 100644 --- a/dapi/dapi.py +++ b/dapi/dapi.py @@ -31,6 +31,7 @@ async def get_secretkey(sor, appid): return f(secretkey) async def get_apikey_user(sor, apikey, client_ip): + debug(f'{apikey=}, {client_ip=}') f = get_serverenv('password_encode') apikey = f(apikey) sql = """select u.*, a.dappid, b.allowedips from downapikey a, users u, downapp b