From c7ef5d76ad8a03c62831f2399a8e055b71eccbb9 Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 3 Sep 2019 12:01:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E6=97=B6=E6=96=B0=E5=A2=9E=E4=BA=BA?= =?UTF-8?q?=E6=95=B0=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gather_new_user.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gather_new_user.py b/gather_new_user.py index abdb923..a02fc06 100644 --- a/gather_new_user.py +++ b/gather_new_user.py @@ -30,7 +30,7 @@ def get_last_time(gameid, channelid, ad_channel): last_time = data[0][0] except Exception: log.info("get last time form db failed!", exc_info=True) - last_time = "2019-09-02 11:00:00" + last_time = "2019-08-30 00:00:00" return last_time