Commit 884ef9e5 authored by wang.wenrong's avatar wang.wenrong

del_pyc

parents eb25c449 262b5203
...@@ -32,7 +32,7 @@ async def get_adio_current_data(mtid): ...@@ -32,7 +32,7 @@ async def get_adio_current_data(mtid):
''' '''
获取安全监测实时数据 获取安全监测实时数据
''' '''
url = f"{SETTING.stb_url}db_adio" url = f"{SETTING.stb_url}db_adio?tz=Asia/Shanghai"
sql = f"select last_row(*) from mt{mtid}_adi" sql = f"select last_row(*) from mt{mtid}_adi"
is_success, results = await get_td_engine_data(url, sql) is_success, results = await get_td_engine_data(url, sql)
if not is_success: if not is_success:
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment