Commit 33d20f06 authored by 刘丙寅's avatar 刘丙寅

jenkins调试

parent 32da5a5f
......@@ -8,7 +8,7 @@ def test():
from datetime import date, timedelta
r = redis.Redis()
today = date.today()
today = today + timedelta(days=-9)
today = today + timedelta(days=-3)
format_today = today.strftime("%Y%m%d")
tomorrow = today + timedelta(days=1)
format_tomorrow = tomorrow.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