소스 검색

v0.4提交

罗俊辉 10 달 전
부모
커밋
2ca489e736
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      schedule_app.py

+ 1 - 1
schedule_app.py

@@ -42,5 +42,5 @@ if __name__ == '__main__':
 
     while True:
         schedule.run_pending()
-        print("定时任务正在执行")
+        print("定时任务正在执行\t{}".format(datetime.datetime.now().__str__()))
         time.sleep(1)