Browse Source

修复消息提醒设置无效问题

zhangdongming 7 months ago
parent
commit
c33eaa6627
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Controller/DetectControllerV2.py

+ 0 - 1
Controller/DetectControllerV2.py

@@ -134,7 +134,6 @@ class DetectControllerViewV2(View):
                 if 'nvr' in data:
                     del data['nvr']  # 删除 nvr 键
 
-                return msg_notify
             return data
         except Exception as e:
             # 记录异常信息