diff --git a/wwwroot/connecthost.xterm b/wwwroot/connecthost.xterm index 2191db4..d586c9f 100644 --- a/wwwroot/connecthost.xterm +++ b/wwwroot/connecthost.xterm @@ -6,6 +6,7 @@ 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