debug(f'{params_kw=}') dbname = get_module_dbname('accounting') db = DBPools() async with db.sqlorContext(dbname) as sor: await openOwnerAccounts(sor, '0') return f'0 accounts opened' return f'{db.e_except=}'