wangkun 2 gadi atpakaļ
vecāks
revīzija
894be6123e
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      main/kuaishou_follow_list.py

+ 1 - 1
main/kuaishou_follow_list.py

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