accounting/wwwroot/open_owner_accounts.dspy
2026-01-04 16:55:47 +08:00

8 lines
211 B
Plaintext

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=}'