Commit c4ad1da3 authored by 高雅喆's avatar 高雅喆

fix bug with import

parent 08c5d411
import datetime
import pymysql
from utils import get_yesterday_date
#一周之前的date(7)
my_date1 = (datetime.date.today() - datetime.timedelta(days=7)).strftime("%Y-%m-%d")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment