瀏覽代碼

加空格

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)
             msg = '摄像头AI识别到了{}'.format(label_list)
             send_text = '{msg} 通道:{channel} 日期:{date}'.format(msg=msg, channel=channel, date=n_date)
             send_text = '{msg} 通道:{channel} 日期:{date}'.format(msg=msg, channel=channel, date=n_date)
         else:
         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)
             send_text = '{msg} channel:{channel} date:{date}'.format(msg=msg, channel=channel, date=n_date)
         return send_text
         return send_text