|
@@ -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
|
|
|
|