去掉基础数据

This commit is contained in:
mgw
2025-04-14 17:22:27 +08:00
parent 07336326ce
commit 197ae6bc01

View File

@@ -18,11 +18,6 @@ db_config = {
"host": "172.16.10.131"
}
# 基础数据
TotalAlarmTime = 0
TodayAlarmTime = 0
MonthAlarmTime = 0
def convert_to_seconds(time_str):
# 修改正则表达式,使 H、M、S 部分可选