accounting/wwwroot/open_owner_accounts.dspy
2025-12-16 20:54:49 +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=}