zhangyong 9 tháng trước cách đây
mục cha
commit
d590b18893
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  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)