|
@@ -474,7 +474,7 @@ class Follow:
|
|
|
Common.logger("follow").info("发布时间:{},超过7天\n", time.strftime(
|
|
|
"%Y/%m/%d %H:%M:%S", time.localtime(int(video_send_time) / 1000)))
|
|
|
cls.person_pcursor = ""
|
|
|
- break
|
|
|
+ return
|
|
|
# 判断敏感词
|
|
|
elif cls.download_rule(video_duration, video_width, video_height, video_play_cnt,
|
|
|
video_like_cnt, video_share_cnt) is False:
|