소스 검색

加空格

locky 2 년 전
부모
커밋
633125cee5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Controller/AiController.py

+ 1 - 1
Controller/AiController.py

@@ -422,7 +422,7 @@ class AiView(View):
             msg = '摄像头AI识别到了{}'.format(label_list)
             send_text = '{msg} 通道:{channel} 日期:{date}'.format(msg=msg, channel=channel, date=n_date)
         else:
-            msg = 'Camera AI recognizes{}'.format(label_list)
+            msg = 'Camera AI recognizes {}'.format(label_list)
             send_text = '{msg} channel:{channel} date:{date}'.format(msg=msg, channel=channel, date=n_date)
         return send_text