Commit 14e7e634 authored by 吴升宇's avatar 吴升宇

fix create table per day

parent 6029a319
......@@ -39,7 +39,7 @@ day = datetime.now()
day_str = day.strftime('%Y%m%d')
day_date_str = day.strftime('%Y-%m-%d')
next_day = day + datetime.timedelta(days=1)
next_day = day + timedelta(days=1)
next_day_date_str = next_day.strftime('%Y-%m-%d')
sql = """
......
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