Browse Source

每月4日执行4点半

李莎 1 year ago
parent
commit
e79c2062aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.py

+ 1 - 1
main.py

@@ -34,7 +34,7 @@ def job():
     if datetime.date.today().day != 3:
         print("%s 等待4号执行程序"%datetime_now())
     else:
-        # 连接mysql
+        ## 连接mysql
         MysqlUtil = MysqlUtils(**mysql)
         start_date_month = (datetime.datetime.now() + dateutil.relativedelta.relativedelta(months=-2)).strftime(
             "%Y%m") + "01"