Commit 66b9432d authored by litaolemo's avatar litaolemo

update

parent abccb24b
......@@ -72,7 +72,7 @@ for t in range(0, task_days):
today_str = now.strftime("%Y%m%d")
yesterday_str = (now + datetime.timedelta(days=-1)).strftime("%Y%m%d")
one_week_age_str = (now + datetime.timedelta(days=-7)).strftime("%Y%m%d")
sql = """SELECT t3.query as query
sql = r"""SELECT t3.query as query
,t3.device_os_type as device_type
,t3.active_type as active_type
,t3.channel as channel_type
......
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