7 lines
155 B
Plaintext
Executable File
7 lines
155 B
Plaintext
Executable File
db = DBPools()
|
|
async with db.sqlorContext('iptvdb') as sor:
|
|
recs = await sor.sqlExe("select distinct tv_group from iptvchannels",{})
|
|
return recs
|
|
|
|
|