Browse Source

新增 requirements.txt

罗俊辉 8 months ago
parent
commit
640f03c399
1 changed files with 0 additions and 1 deletions
  1. 0 1
      getOffVideosDaily.py

+ 0 - 1
getOffVideosDaily.py

@@ -230,7 +230,6 @@ def checkJob():
 
 
 if __name__ == '__main__':
-    getOffJob()
     schedule.every().day.at("09:30").do(Functions().job_with_thread, getOffJob)
 
     schedule.every().day.at("10:30").do(Functions().job_with_thread, checkJob)