zhangyong 4 ماه پیش
والد
کامیت
c5d010ae45
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      job_sph_feed.py

+ 1 - 1
job_sph_feed.py

@@ -11,7 +11,7 @@ def video_task_start():
         try:
             count = sqlCollect.get_feed_count("视频号推荐流")
             count = int(count[0][0])
-            if count >= 110:
+            if count >= 155:
                 print(f"到了限制数{count}")
                 time.sleep(3600)
                 continue