bugfix
This commit is contained in:
parent
b79207855c
commit
5a466d5cf2
@ -1,5 +1,5 @@
|
||||
db = DBPools()
|
||||
dbname = get_severenv('get_module_dbname')('appbase')
|
||||
dbname = get_module_dbname('appbase')
|
||||
async with db.sqlorContext(dbname) as sor:
|
||||
recs = await sor.R('svgicon', {'id':params_kw.id})
|
||||
if len(recs) > 0:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user