Browse Source

加空格

locky 2 năm trước cách đây
mục cha
commit
633125cee5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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