zhangyong 8 months ago
parent
commit
d590b18893
1 changed files with 3 additions and 3 deletions
  1. 3 3
      sph_sy_main.py

+ 3 - 3
sph_sy_main.py

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