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