Browse Source

相似溯源调整

zhangyong 7 months ago
parent
commit
2cfda2a437
1 changed files with 2 additions and 2 deletions
  1. 2 2
      xssy_main.py

+ 2 - 2
xssy_main.py

@@ -30,8 +30,8 @@ def video_start_dy():
 schedule.every().day.at("10:30").do(video_start_sph)
 
 schedule.every().day.at("03:30").do(video_start_dy)
-DyRdbNrxs.get_dy_rdb_nrxs()
-# SphNrxs.sph_nrxs_data()
+# DyRdbNrxs.get_dy_rdb_nrxs()
+SphNrxs.sph_nrxs_data()
 while True:
     schedule.run_pending()
     time.sleep(1)