@@ -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