zhangyong 8 mesi fa
parent
commit
d590b18893
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  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)