Browse Source

update mention status

luojunhui 3 months ago
parent
commit
037fb9bc84
1 changed files with 2 additions and 1 deletions
  1. 2 1
      applications/tasks/monitor_tasks/get_off_videos.py

+ 2 - 1
applications/tasks/monitor_tasks/get_off_videos.py

@@ -104,7 +104,8 @@ class GetOffVideos(GetOffVideosConst):
                 detail={
                 detail={
                     "成功下架视频数量": success_count,
                     "成功下架视频数量": success_count,
                     "失败数量": failed_count,
                     "失败数量": failed_count,
-                }
+                },
+                mention=False,
             )
             )
 
 
     async def check(self):
     async def check(self):