@@ -100,7 +100,9 @@ def kuanshou_task():
schedule.every().day.at("19:20").do(kuanshou_task)
schedule.every().day.at("19:30").do(douyin_task)
schedule.every().day.at("18:00").do(zhannei_task)
-
+kuanshou_task()
+douyin_task()
+zhannei_task()
# 持续运行,直到手动终止
while True:
schedule.run_pending()
@@ -70,8 +70,8 @@ def kuanshou_task():
schedule.every(8).hours.do(douyin_task)
schedule.every(8).hours.do(kuanshou_task)