去掉基础数据
This commit is contained in:
@@ -18,11 +18,6 @@ db_config = {
|
|||||||
"host": "172.16.10.131"
|
"host": "172.16.10.131"
|
||||||
}
|
}
|
||||||
|
|
||||||
# 基础数据
|
|
||||||
TotalAlarmTime = 0
|
|
||||||
TodayAlarmTime = 0
|
|
||||||
MonthAlarmTime = 0
|
|
||||||
|
|
||||||
|
|
||||||
def convert_to_seconds(time_str):
|
def convert_to_seconds(time_str):
|
||||||
# 修改正则表达式,使 H、M、S 部分可选
|
# 修改正则表达式,使 H、M、S 部分可选
|
||||||
|
|||||||
Reference in New Issue
Block a user