Browse Source

4日执行

lisha 1 year ago
parent
commit
869aee09ad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -33,7 +33,7 @@ end_date_month = (datetime.datetime.now() + dateutil.relativedelta.relativedelta
 # end_date_month = "20230201"
 # end_date_month = "20230201"
 def job():
 def job():
     if datetime.date.today().day != 4:
     if datetime.date.today().day != 4:
-        print("%s 等待2号执行程序"%datetime_now())
+        print("%s 等待4号执行程序"%datetime_now())
     else:
     else:
         # 连接mysql
         # 连接mysql
         MysqlUtil = MysqlUtils(**mysql)
         MysqlUtil = MysqlUtils(**mysql)