Explorar el Código

修改识别时间

leon hace 1 día
padre
commit
194eb6720c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -52,7 +52,7 @@ async def process_stream():
     stream = StreamCapture(ip, channel)
     
     start_det_time = "06:00"
-    end_det_time = "20:00"
+    end_det_time = "18:00"
 
     posttime = time.time() - 30
     async with aiohttp.ClientSession() as session: