소스 검색

4日执行

lisha 1 년 전
부모
커밋
869aee09ad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"
 def job():
     if datetime.date.today().day != 4:
-        print("%s 等待2号执行程序"%datetime_now())
+        print("%s 等待4号执行程序"%datetime_now())
     else:
         # 连接mysql
         MysqlUtil = MysqlUtils(**mysql)