Browse Source

v0.4提交

罗俊辉 8 months ago
parent
commit
2ca489e736
1 changed files with 1 additions and 1 deletions
  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)