瀏覽代碼

算法小店组合类型推送增加日志打印

zhangdongming 2 年之前
父節點
當前提交
77e8a69b5e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Controller/DetectControllerV2.py

+ 1 - 0
Controller/DetectControllerV2.py

@@ -321,6 +321,7 @@ class NotificationV2View(View):
         try:
             if ai_type != 47:
                 return event_type
+            logger.info('LOG------算法小店组合类型十进制值:{}'.format(event_type))
             # 如触发一个事件,则匹配已用类型 1替换后变成51代表移动侦测 1:移动侦测,2:人形,4:车型,8:人脸
             event_dict = {
                 1: 51,