zhangyong hace 4 meses
padre
commit
92b2590d94
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      job_sph_feed.py

+ 1 - 1
job_sph_feed.py

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