Browse Source

修改schedule代码

罗俊辉 1 year ago
parent
commit
d0cdf733aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -42,6 +42,6 @@ class SpiderScheduler(object):
 
 if __name__ == "__main__":
     SC = SpiderScheduler()
-    schedule.every().day.at("14:30").do(SC.run_xng_plus, hour=1)
+    schedule.every().day.at("20:06").do(SC.run_xng_plus, hour=1)
     while True:
         schedule.run_pending()