zhuxi 3 years ago
parent
commit
f9f0359529
1 changed files with 1 additions and 1 deletions
  1. 1 1
      LIB/MIDDLE/Anomaly_Detection/V1_0_0/main_detection.py

+ 1 - 1
LIB/MIDDLE/Anomaly_Detection/V1_0_0/main_detection.py

@@ -20,7 +20,7 @@ l = len(fileNames)
 
 now_time=datetime.datetime.now().strftime('%Y-%m-%d %H:%M:%S')   #type: str
 now_time=datetime.datetime.strptime(now_time,'%Y-%m-%d %H:%M:%S')     #type: datetime
-start_time=now_time-datetime.timedelta(hours=5)
+start_time=now_time-datetime.timedelta(hours=6)
 end_time=str(now_time)
 start_time=str(start_time)