@@ -9,7 +9,7 @@ def video_task_start():
try:
count = sqlCollect.get_feed_count("快手推荐流")
count = int(count[0][0])
- if count >= 100:
+ if count >= 55:
print(f"到了限制数{count}")
time.sleep(3600)
continue