9 lines
223 B
Plaintext
Executable File
9 lines
223 B
Plaintext
Executable File
async def datetimee():
|
|
db = DBPools()
|
|
async with db.sqlorContext('kboss') as sor:
|
|
a = get_business_date(sor=None)
|
|
print(a)
|
|
return {'a':1}
|
|
|
|
ret = await datetimee(params_kw)
|
|
return ret |