From 65f26666e010872c89bf0407e4d3c6e506e15684 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 29 Aug 2025 16:35:49 +0800 Subject: [PATCH] bugfix --- wwwroot/connecthost.xterm | 1 - 1 file changed, 1 deletion(-) diff --git a/wwwroot/connecthost.xterm b/wwwroot/connecthost.xterm index d586c9f..2191db4 100644 --- a/wwwroot/connecthost.xterm +++ b/wwwroot/connecthost.xterm @@ -6,7 +6,6 @@ where a.id= ${id}$ and a.ownerid = ${ownerid}$ """ recs = await sor.sqlExe(sql,ns.copy()) - debug(f'{recs[0]=}') if len(recs) > 0: r = recs[0] r.username = r.user