调整24h开机时长为0的问题;去掉x偏差角度的控制
This commit is contained in:
@@ -24,6 +24,8 @@ def convert_to_seconds(time_str):
|
||||
|
||||
if time_str is None:
|
||||
return 0
|
||||
if time_str == 0:
|
||||
return 0
|
||||
|
||||
pattern = r"(?:(\d+)H)?(?:(\d+)M)?(?:(\d+)S)?"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user