@@ -10,6 +10,7 @@ def video_task_start():
count = sqlCollect.get_feed_count("快手推荐流")
count = int(count[0][0])
if count > 100:
+ print(f"到了限制数{count}")
time.sleep(3600)
continue
print("开始执行任务")
@@ -12,6 +12,7 @@ def video_task_start():
count = sqlCollect.get_feed_count("视频号推荐流")