From 910db730b34e5fdb9136baa5719d047761a1aa34 Mon Sep 17 00:00:00 2001 From: pengtao Date: Mon, 2 Sep 2019 20:19:28 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E7=B4=AF=E8=AE=A1=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0ad=5Fchannel=E4=B8=BA=E7=A9=BA=E7=9A=84?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=202=E3=80=81=E6=96=B0=E5=A2=9E=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=BB=9F=E8=AE=A1=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- get_new_user.py | 1 + 1 file changed, 1 insertion(+) diff --git a/get_new_user.py b/get_new_user.py index a785fcb..b5170a0 100644 --- a/get_new_user.py +++ b/get_new_user.py @@ -45,6 +45,7 @@ class InitFirstAD(): self.mysql.insert(table_name, temp) except Exception: log.error(f"insert {line} to mysql Failed !", exc_info=True) + log.info(f"write {len(mark_users)} to mysql!")