This commit is contained in:
2025-12-24 11:37:08 +08:00
parent ddd45a2066
commit 03fe8ef90c
+2 -1
View File
@@ -78,6 +78,7 @@ class AsyncTask:
async def _cycle_common(self,fetch_func, conf: dict, state: dict, namefun: str, local_key: str): async def _cycle_common(self,fetch_func, conf: dict, state: dict, namefun: str, local_key: str):
"""后台程序""" """后台程序"""
# 调用函数获取最新数据 # 调用函数获取最新数据
try: try:
state["state_old"] = await self.get_local_data(local_key) state["state_old"] = await self.get_local_data(local_key)
@@ -131,7 +132,7 @@ class AsyncTask:
conf = self.conf.get("kfjk", {}) conf = self.conf.get("kfjk", {})
self.kfjk_conf = { self.kfjk_conf = {
"enable": conf.get("enable", True), "enable": conf.get("enable", True),
"time": conf.get("time", 10), "time": conf.get("time", 60),
"umos": conf.get("umos", []), "umos": conf.get("umos", []),
} }
# 状态记录 # 状态记录