|
@@ -731,7 +731,7 @@ class AiView(View):
|
|
|
else:
|
|
|
return nickname
|
|
|
|
|
|
- def get_msg_text(self, channel, n_time, lang, tz, label_list, msg_id):
|
|
|
+ def get_msg_text(self, channel, n_time, lang, tz, label_list):
|
|
|
n_date = CommonService.get_now_time_str(n_time=n_time, tz=tz,lang=lang)
|
|
|
if lang == 'cn':
|
|
|
msg = '摄像头AI识别到了{}'.format(label_list)
|