@@ -14,9 +14,9 @@ def video_start_sph():
print("视频号任务结束")
-# 每天早上 6 点执行
-schedule.every().day.at("01:00").do(video_start_sph)
-# SphNrxs.sph_nrxs_data()
+# 每天早上 10:30 执行
+schedule.every().day.at("10:30").do(video_start_sph)
+SphNrxs.sph_nrxs_data()
while True:
schedule.run_pending()
time.sleep(1)